summaryrefslogtreecommitdiffstats
path: root/test/data/valid-config-files/system.conf
blob: e2c7ab7f8bcb72e33a21cd4e93dc1e2e910b18b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- This configuration file controls the systemwide message bus.
     Add a system-local.conf and edit that rather than changing this 
     file directly. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
  <user>fixme</user>
  <listen>unix:path=/var/run/dbus/system_bus_socket</listen>
  <policy context="default">
    <!-- Deny everything -->
    <deny send="*"/>
    <deny receive="*"/>
    <deny own="*"/>
  </policy>

  <!-- This is included last so local configuration can override what's 
       in this standard file -->
  <include ignore_missing="yes">system-local.conf</include>
</busconfig>