summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-02 22:24:32 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-02 22:24:32 +0000
commit6fae526d097c3f85b773631125fba56540aabde1 (patch)
tree0b5f12955a3855c4284972523853c470e44e2e2b
parent987ce0abaa787246e452a7e431306fbe6cb68e19 (diff)
2003-05-02 Havoc Pennington <hp@redhat.com>
* bus/system.conf.in: allow send/receive to/from message bus service
-rw-r--r--ChangeLog5
-rw-r--r--bus/system.conf.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7499fc43..38eb5918 100644
--- 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
diff --git a/bus/system.conf.in b/bus/system.conf.in
index d8cd96a8..6fb764aa 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -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