]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-config.patch
- updated to 0.36.1
[packages/dbus.git] / dbus-config.patch
CommitLineData
6e202633 1--- dbus-0.23.4/bus/session.conf.in.orig 2005-03-03 00:30:41.000000000 +0100
2+++ dbus-0.23.4/bus/session.conf.in 2005-03-24 23:46:51.000000000 +0100
b2c551a5
MK
3@@ -10,7 +10,7 @@
4
5 <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
6
c4497493 7- <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir>
9b92b14f 8+ <servicedir>@datadir@/dbus-1/services</servicedir>
b2c551a5
MK
9
10 <policy context="default">
11 <!-- Allow everything to be sent -->
6cbbf08d 12@@ -21,6 +21,10 @@
d44bf886 13 <allow own="*"/>
6cbbf08d
PS
14 <!-- Allow any user to connect -->
15 <allow user="*"/>
d44bf886
MK
16+ <!-- Added by PLD -->
17+ <!-- valid replies are always allowed -->
18+ <allow send_requested_reply="true"/>
19+ <allow receive_requested_reply="true"/>
d44bf886
MK
20 </policy>
21
22 <!-- This is included last so local configuration can override what's
This page took 0.040437 seconds and 4 git commands to generate.