]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-05-02 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 2 May 2003 22:24:32 +0000 (22:24 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 2 May 2003 22:24:32 +0000 (22:24 +0000)
* bus/system.conf.in: allow send/receive to/from message bus
service

ChangeLog
bus/system.conf.in

index 7499fc43a278b71d93b6ae2ce7e0b38718442354..38eb5918705f06791d5193920e74bdda554c4e7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d8cd96a80322d205450398f78b6b893cb0eda2e0..6fb764aa632bf46c856777116a8d1b8d169c3cda 100644 (file)
@@ -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