diff options
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r-- | bus/system.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 96513a75..122ea1b6 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -42,8 +42,8 @@ <!-- Allow anyone to talk to the message bus --> <!-- FIXME I think currently these allow rules are always implicit even if they aren't in here --> - <allow send_service="org.freedesktop.DBus"/> - <allow receive_service="org.freedesktop.DBus"/> + <allow send_destination="org.freedesktop.DBus"/> + <allow receive_sender="org.freedesktop.DBus"/> </policy> <!-- Config files are placed here that among other things, punch |