diff options
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r-- | bus/system.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 167ac39f..a45faaef 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -45,7 +45,8 @@ <allow send_destination="org.freedesktop.DBus"/> <allow receive_sender="org.freedesktop.DBus"/> <!-- valid replies are always allowed --> - <allow requested_reply="true"/> + <allow send_requested_reply="true"/> + <allow receive_requested_reply="true"/> </policy> <!-- Config files are placed here that among other things, punch |