summaryrefslogtreecommitdiff
path: root/test/data/valid-config-files/debug-allow-all-sha1.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/valid-config-files/debug-allow-all-sha1.conf.in')
-rw-r--r--test/data/valid-config-files/debug-allow-all-sha1.conf.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/data/valid-config-files/debug-allow-all-sha1.conf.in b/test/data/valid-config-files/debug-allow-all-sha1.conf.in
new file mode 100644
index 00000000..6db93f0c
--- /dev/null
+++ b/test/data/valid-config-files/debug-allow-all-sha1.conf.in
@@ -0,0 +1,16 @@
+<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
+
+<!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=@TEST_SOCKET_DIR@</listen>
+ <servicedir>@TEST_SERVICE_DIR@</servicedir>
+ <auth>DBUS_COOKIE_SHA1</auth>
+ <policy context="default">
+ <allow send="*"/>
+ <allow receive="*"/>
+ <allow own="*"/>
+ <allow user="*"/>
+ </policy>
+</busconfig>