diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-08-29 20:19:19 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-08-29 20:19:19 +0000 |
commit | b701a78aca32394ff18a630f029cc75dbd34bc9e (patch) | |
tree | 2197362e2fe1765e2acc157366da50237d1f4ab5 /bus/session.conf.in | |
parent | 56252321966244025e3fbbf0d82775acc5fd96de (diff) |
* Release 0.36.2
* Add Havoc's patch that never got applied to HEAD (Bug #2436):
* bus/policy.c (bus_policy_allow_user): change default "user is
allowed" to be "user has same uid as the bus itself"; any
allow/deny rules will override.
* bus/session.conf.in: don't allow all users, since now by default
the user that ran the bus can connect.
Diffstat (limited to 'bus/session.conf.in')
-rw-r--r-- | bus/session.conf.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in index 8b6d65f70..1a6dfda54 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -19,8 +19,6 @@ <allow eavesdrop="true"/> <!-- Allow anyone to own anything --> <allow own="*"/> - <!-- Allow any user to connect --> - <allow user="*"/> </policy> <!-- This is included last so local configuration can override what's |