shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with_descrip...
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Aug 2019 17:00:34 +0000 (19:00 +0200)
committerLukas Nykryn <lnykryn@redhat.com>
Tue, 5 Nov 2019 09:26:15 +0000 (10:26 +0100)
commit4eedaaad7c0abb937482bc93c29c213acfe6c308
tree47c1c8bb916413cbc93206328ce5a43541efb164
parentc4b02a7b15c21db44542d0a136d032f8098985b8
shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with_description()

https://bugzilla.redhat.com/show_bug.cgi?id=1746057

This only affects systemd-resolved. bus_open_system_watch_bind_with_description()
is also used in timesyncd, but it has no methods, only read-only properties, and
in networkd, but it annotates all methods with SD_BUS_VTABLE_UNPRIVILEGED and does
polkit checks.

Resolves: #1746857
src/shared/bus-util.c