]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
system.conf: Allow unprivileged users to get dbus-daemon properties
authorSimon McVittie <smcv@collabora.com>
Fri, 30 Jun 2017 14:47:49 +0000 (15:47 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 6 Jul 2017 17:31:51 +0000 (18:31 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101700

bus/system.conf.in

index 55bd99c77c657a62e62ff02e1acafb10662b8789..f139b5576fbe4bb5979cb90a4ed1af1ceeeb761f 100644 (file)
@@ -67,6 +67,8 @@
            send_interface="org.freedesktop.DBus" />
     <allow send_destination="org.freedesktop.DBus"
            send_interface="org.freedesktop.DBus.Introspectable"/>
+    <allow send_destination="org.freedesktop.DBus"
+           send_interface="org.freedesktop.DBus.Properties"/>
     <!-- But disallow some specific bus services -->
     <deny send_destination="org.freedesktop.DBus"
           send_interface="org.freedesktop.DBus"