summaryrefslogtreecommitdiff
path: root/bus/system.conf.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-09 11:06:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-09 11:06:32 +0000
commita3c1b66b7a784280b0763ee4014c258144ae7876 (patch)
treec505c8b1633b1f83ae953769741ba1c13b0bd7ae /bus/system.conf.in
parent239fa2081293ed26455e98b73a6c484730b00372 (diff)
parent03c5e161752fe1ff4925955800ca9c78d09a6e0c (diff)
downloaddbus-a3c1b66b7a784280b0763ee4014c258144ae7876.tar.gz
Merge branch '1.8-cve-2015-0245' into cve-2015-0245
Conflicts: NEWS bus/system.conf.in configure.ac
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r--bus/system.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index d292451e..ac78c734 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -73,6 +73,14 @@
send_member="UpdateActivationEnvironment"/>
<deny send_destination="org.freedesktop.DBus"
send_interface="org.freedesktop.DBus.Debug.Stats"/>
+ <deny send_destination="org.freedesktop.DBus"
+ send_interface="org.freedesktop.systemd1.Activator"/>
+ </policy>
+
+ <!-- Only systemd, which runs as root, may report activation failures. -->
+ <policy user="root">
+ <allow send_destination="org.freedesktop.DBus"
+ send_interface="org.freedesktop.systemd1.Activator"/>
</policy>
<!-- root may monitor the system bus. -->