summaryrefslogtreecommitdiff
path: root/test/data/valid-config-files-system/debug-allow-all-fail.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/valid-config-files-system/debug-allow-all-fail.conf')
-rw-r--r--test/data/valid-config-files-system/debug-allow-all-fail.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/valid-config-files-system/debug-allow-all-fail.conf b/test/data/valid-config-files-system/debug-allow-all-fail.conf
new file mode 100644
index 00000000..493a2886
--- /dev/null
+++ b/test/data/valid-config-files-system/debug-allow-all-fail.conf
@@ -0,0 +1,17 @@
+<!-- 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>
+ <listen>unix:tmpdir=/tmp</listen>
+ <type>system</type>
+ <servicehelper>/src/jhbuild/checkout/dbus/bus/dbus-daemon-launch-helper-test</servicehelper>
+ <servicedir>/src/jhbuild/checkout/dbus/test/data/invalid-service-files-system</servicedir>
+ <policy context="default">
+ <allow send_interface="*"/>
+ <allow receive_interface="*"/>
+ <allow own="*"/>
+ <allow user="*"/>
+ </policy>
+</busconfig>