diff options
author | Havoc Pennington <hp@redhat.com> | 2003-09-25 13:38:44 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-09-25 13:38:44 +0000 |
commit | c9cf30dc373b521cc243d8c75ac21b02a39c73e7 (patch) | |
tree | 0cb409287e535e9ee77ca191bb39ba98019def28 /bus | |
parent | 2b1d98c76bae38c2d6955f68b92919172c8ae53b (diff) |
2003-09-25 Havoc Pennington <hp@pobox.com>
* bus/session.conf.in: fix security policy, reported by Seth Nickell
Diffstat (limited to 'bus')
-rw-r--r-- | bus/session.conf.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in index 45945688..df76d33f 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -13,9 +13,13 @@ <servicedir>@EXPANDED_LIBDIR@/dbus-1.0/services</servicedir> <policy context="default"> - <!-- Allow everything --> + <!-- Allow everything to be sent --> + <allow send_destination="*"/> + <!-- Allow everything to be received */ <allow eavesdrop="true"/> + <!-- Allow anyone to own anything --> <allow own="*"/> + <!-- Allow any user to connect --> <allow user="*"/> </policy> |