]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-config.patch
- rel.3 for rebuild with fixed rpm
[packages/dbus.git] / dbus-config.patch
CommitLineData
9ff263b1
AM
1diff -urN dbus-0.36.2.org/bus/session.conf.in dbus-0.36.2/bus/session.conf.in
2--- dbus-0.36.2.org/bus/session.conf.in 2005-08-29 20:40:15.000000000 +0200
3+++ dbus-0.36.2/bus/session.conf.in 2005-08-30 21:05:05.900734296 +0200
b2c551a5
MK
4@@ -10,7 +10,7 @@
5
6 <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
7
c4497493 8- <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir>
9b92b14f 9+ <servicedir>@datadir@/dbus-1/services</servicedir>
b2c551a5
MK
10
11 <policy context="default">
12 <!-- Allow everything to be sent -->
9ff263b1
AM
13@@ -19,6 +19,10 @@
14 <allow eavesdrop="true"/>
15 <!-- Allow anyone to own anything -->
d44bf886 16 <allow own="*"/>
d44bf886
MK
17+ <!-- Added by PLD -->
18+ <!-- valid replies are always allowed -->
19+ <allow send_requested_reply="true"/>
20+ <allow receive_requested_reply="true"/>
d44bf886
MK
21 </policy>
22
23 <!-- This is included last so local configuration can override what's
This page took 0.027795 seconds and 4 git commands to generate.