2003-04-13 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / bus / session.conf.in
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. -->
4
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>
10
11   <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
12
13   <policy context="default">
14     <!-- Allow everything -->
15     <allow send="*"/>
16     <allow receive="*"/>
17     <allow own="*"/>
18     <allow user="*"/>  
19   </policy>
20
21   <!-- This is included last so local configuration can override what's 
22        in this standard file -->
23   <include ignore_missing="yes">session-local.conf</include>
24 </busconfig>