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 | |
| parent | c9cf30dc373b521cc243d8c75ac21b02a39c73e7 (diff) | |
2003-09-25  Havoc Pennington  <hp@redhat.com>
	* bus/session.conf.in: fix my mess
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | bus/session.conf.in | 2 | 
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-09-25  Havoc Pennington  <hp@redhat.com> + +	* bus/session.conf.in: fix my mess +  2003-09-25  Havoc Pennington  <hp@pobox.com>  	* bus/session.conf.in: fix security policy, reported by Seth Nickell 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="*"/>  | 
