summaryrefslogtreecommitdiff
path: root/bus/system.conf.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-30 15:47:49 +0100
committerSimon McVittie <smcv@collabora.com>2017-07-06 18:31:51 +0100
commit10b82c3870ac1d95d14a45598e51a1f84ca4470c (patch)
tree861ae6b3cf4fe5b10a281e7ec3733b6976577a03 /bus/system.conf.in
parentd999063ade820c8e29ebda2987bb6f2432d83d7d (diff)
downloaddbus-10b82c3870ac1d95d14a45598e51a1f84ca4470c.tar.gz
system.conf: Allow unprivileged users to get dbus-daemon properties
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
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r--bus/system.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index 55bd99c7..f139b557 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -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"