]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-config.patch
- added config.patch set configuration for session bus
[packages/dbus.git] / dbus-config.patch
CommitLineData
d44bf886
MK
1diff -Nuard dbus-0.22.orig/bus/session.conf.in dbus-0.22/bus/session.conf.in
2--- bus/session.conf.in 2004-10-27 10:04:50.614822536 +0200
3+++ bus/session.conf.in 2004-10-27 10:10:14.765544136 +0200
4@@ -21,6 +21,12 @@
5 <allow own="*"/>
6 <!-- Allow any user to connect -->
7 <allow user="*"/>
8+
9+ <!-- Added by PLD -->
10+ <!-- valid replies are always allowed -->
11+ <allow send_requested_reply="true"/>
12+ <allow receive_requested_reply="true"/>
13+
14 </policy>
15
16 <!-- This is included last so local configuration can override what's
This page took 0.272143 seconds and 4 git commands to generate.