2003-03-31 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / bus / system.conf.in
1 <!-- This configuration file controls the systemwide message bus.
2      Add a system-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   <user>fixme</user>
9   <listen>unix:path=@EXPANDED_LOCALSTATEDIR@/@DBUS_SYSTEM_SOCKET@</listen>
10   <policy context="default">
11     <!-- Deny everything -->
12     <deny send="*"/>
13     <deny receive="*"/>
14     <deny own="*"/>
15   </policy>
16
17   <!-- This is included last so local configuration can override what's 
18        in this standard file -->
19   <include ignore_missing="yes">system-local.conf</include>
20 </busconfig>