diff options
author | Simon McVittie <smcv@debian.org> | 2015-02-04 20:14:36 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-02-04 20:14:36 +0000 |
commit | 08e702f5a938b7ec81044f599f03de0a3ad3fce8 (patch) | |
tree | e1720ac81a56f8994f99ff7b57b18ce9d2f7458c /bus | |
parent | 9f7037805b3f6564710f92d8be80f1953b544884 (diff) | |
download | dbus-upstream.tar.gz |
Imported Upstream version 1.8.16upstream/1.8.16upstream
Diffstat (limited to 'bus')
-rw-r--r-- | bus/system.conf.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 92f4cc42..851b9e63 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -68,6 +68,14 @@ <deny send_destination="org.freedesktop.DBus" send_interface="org.freedesktop.DBus" send_member="UpdateActivationEnvironment"/> + <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> <!-- Config files are placed here that among other things, punch |