diff options
author | Havoc Pennington <hp@redhat.com> | 2003-09-25 18:48:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-09-25 18:48:03 +0000 |
commit | 9f2ff915a181585ddeaca079a7cfe057d10a3aed (patch) | |
tree | 14dd7bf6f3fd97a3f2efc77057ee5df122d42238 /bus/session.conf.in | |
parent | c9cf30dc373b521cc243d8c75ac21b02a39c73e7 (diff) | |
download | dbus-9f2ff915a181585ddeaca079a7cfe057d10a3aed.tar.gz |
2003-09-25 Havoc Pennington <hp@redhat.com>
* bus/session.conf.in: fix my mess
Diffstat (limited to 'bus/session.conf.in')
-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="*"/> |