mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
2003-05-02 Havoc Pennington <hp@redhat.com>
* bus/system.conf.in: allow send/receive to/from message bus service
This commit is contained in:
parent
987ce0abaa
commit
6fae526d09
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-05-02 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* bus/system.conf.in: allow send/receive to/from message bus
|
||||
service
|
||||
|
||||
2003-04-30 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* configure.in: print a note when building with unit tests and
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@
|
|||
<deny own="*"/>
|
||||
<!-- But allow all users to connect -->
|
||||
<allow user="*"/>
|
||||
<!-- Allow anyone to talk to the message bus -->
|
||||
<allow send_to="org.freedesktop.DBus"/>
|
||||
<allow receive_from="org.freedesktop.DBus"/>
|
||||
</policy>
|
||||
|
||||
<!-- Config files are placed here that among other things, punch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue