diff options
author | Ray Strode <rstrode@redhat.com> | 2008-07-10 13:19:44 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2008-07-12 13:38:00 -0400 |
commit | 37853b6dd04fa32a6f948438d2fbdcd08bd473e4 (patch) | |
tree | 8ca30d10bf41aa02eedef71531fe17af2b7ef778 /bus/system.conf.in | |
parent | 91306ef938873fce8f2ae2d4a6b3282d0379c65a (diff) |
Add new UpdateActivationEnvironment bus message
It adjusts the environment of activated bus clients.
This is important for session managers that get started
after the session bus daemon and want to influence the
environment of desktop services that are started by the
bus.
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r-- | bus/system.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index bb468bb9..6a71926e 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -53,6 +53,10 @@ <!-- valid replies are always allowed --> <allow send_requested_reply="true"/> <allow receive_requested_reply="true"/> + <!-- disallow changing the activation environment of system services --> + <deny send_destination="org.freedesktop.DBus" + send_interface="org.freedesktop.DBus" + send_member="UpdateActivationEnvironment"/> </policy> <!-- Config files are placed here that among other things, punch |