shared/bus-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)
committerMichael Biebl <biebl@debian.org>
Thu, 18 Mar 2021 19:59:14 +0000 (19:59 +0000)
commitd21f59c04e6887ba2e3220ed5fd9fca8beceff4f
tree5be16d21829fd36acba370ac8487b1c82704ee9d
parent6236e2158e34d4c6b372ecc0203e28bdb454bf67
shared/bus-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.

(cherry picked from commit 35e528018f315798d3bffcb592b32a0d8f5162bd)

Gbp-Pq: Name shared-bus-util-drop-trusted-annotation-from-bus_open_sys.patch
src/shared/bus-util.c