test/test-standalone.py: Test API guarantee that integer types subclass int or long
[dbus-python-phuang.git] / tools / session.conf
blob73a38f1491a2e5bf6cb7c78a9d1ca6a77089770d
1 <!-- This configuration file controls the per-user-login-session message bus.
2      Add a session-local.conf and edit that rather than changing this 
3      file directly. -->
5 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
6  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
7 <busconfig>
8   <!-- Our well-known bus type, don't change this -->
9   <type>session</type>
11   <listen>unix:tmpdir=./</listen>
13   <servicedir></servicedir>
15   <policy context="default">
16     <!-- Allow everything to be sent -->
17     <allow send_destination="*"/>
18     <!-- Allow everything to be received -->
19     <allow eavesdrop="true"/>
20     <!-- Allow anyone to own anything -->
21     <allow own="*"/>
22   </policy>
24 </busconfig>