summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-12-09 09:15:06 -0500
committerColin Walters <walters@verbum.org>2008-12-09 09:15:06 -0500
commit920c3c0292b57b30718dde9f4900790a3b60db1f (patch)
tree5afa09117b038e63a66b5c46d04f8776da7fa279 /bus
parent70a0ac620ab4be279ef8e0945307b541e10a1393 (diff)
Bug 18229: Allow signals
Our previous fix went too far towards lockdown; many things rely on signals to work, and there's no really good reason to restrict which signals can be emitted on the bus because we can't tie them to a particular sender.
Diffstat (limited to 'bus')
-rw-r--r--bus/system.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index ac2822fa..1b6e716a 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -50,6 +50,8 @@
even if they aren't in here -->
<allow send_destination="org.freedesktop.DBus"/>
<allow receive_sender="org.freedesktop.DBus"/>
+ <!-- Allow all signals to be sent by default -->
+ <allow send_type="signal"/>
<!-- allow sending valid replies -->
<allow send_requested_reply="true" send_type="method_return"/>
<allow send_requested_reply="true" send_type="error"/>