diff options
| -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="*"/> | 
