]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Aug 2019 17:49:09 +0000 (19:49 +0200)
commit35e528018f315798d3bffcb592b32a0d8f5162bd
tree61f643b6b5c396eb9acd71ba3651d35dbb349bd4
parentfef40ceb5dfbb76d4733e579846a380a224efd55
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.
src/shared/bus-util.c