]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-config.patch
- %pyrequires_eq for python-dbus
[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
b2c551a5
MK
3+++ bus/session.conf.in 2004-10-27 12:07:04.999826536 +0200
4@@ -10,7 +10,7 @@
5
6 <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
7
8- <servicedir>@EXPANDED_LIBDIR@/dbus-1.0/services</servicedir>
9+ <servicedir>@datadir@/dbus-1.0/services</servicedir>
10
11 <policy context="default">
12 <!-- Allow everything to be sent -->
13@@ -21,6 +21,10 @@
d44bf886
MK
14 <allow own="*"/>
15 <!-- Allow any user to connect -->
16 <allow user="*"/>
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.068421 seconds and 4 git commands to generate.