diff options
Diffstat (limited to 'bus')
-rw-r--r-- | bus/session.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in index df76d33f..34d2492c 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -15,7 +15,7 @@ <policy context="default"> <!-- Allow everything to be sent --> <allow send_destination="*"/> - <!-- Allow everything to be received */ + <!-- Allow everything to be received --> <allow eavesdrop="true"/> <!-- Allow anyone to own anything --> <allow own="*"/> |