2003-09-21 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   <servicedir>@EXPANDED_LIBDIR@/dbus-1.0/services</servicedir>
14
15   <policy context="default">
16     <!-- Allow everything -->
17     <allow eavesdrop="true"/>
18     <allow own="*"/>
19     <allow user="*"/>
20   </policy>
21
22   <!-- This is included last so local configuration can override what's 
23        in this standard file -->
24   <include ignore_missing="yes">session-local.conf</include>
25 </busconfig>