summaryrefslogtreecommitdiffstats
path: root/test/data/valid-config-files/debug-allow-all.conf.in
blob: ef46fde51e470937f16146796737cc45d86ac60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
  <listen>debug-pipe:name=test-server</listen>
  <servicedir>@TEST_SERVICE_DIR@</servicedir>
  <policy context="default">
    <allow send="*"/>
    <allow receive="*"/>
    <allow own="*"/>
  </policy>
</busconfig>