]> git.pld-linux.org Git - packages/dbus.git/blob - dbus-config.patch
f27444202a6290b78e3d8d2e782cf6aa5b39806e
[packages/dbus.git] / dbus-config.patch
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
3 @@ -10,7 +10,7 @@
4  
5    <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
6  
7 -  <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir>
8 +  <servicedir>@datadir@/dbus-1/services</servicedir>
9  
10    <policy context="default">
11      <!-- Allow everything to be sent -->
12 @@ -21,6 +21,10 @@
13      <allow own="*"/>
14      <!-- Allow any user to connect -->
15      <allow user="*"/>
16 +    <!-- Added by PLD -->
17 +    <!-- valid replies are always allowed -->
18 +    <allow send_requested_reply="true"/>
19 +    <allow receive_requested_reply="true"/>
20    </policy>
21  
22    <!-- This is included last so local configuration can override what's 
This page took 0.020692 seconds and 3 git commands to generate.