summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2009-12-01 10:53:53 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-01 10:53:53 +0100
commit4a24e84aa72fb1a0fe73a86a9365ae686e8878f7 (patch)
tree18a3a5e17dc627881c2cac5bca0b38295bd2f9f4 /test
parentc4276d5901172a653515a63991cb21c112d1b99d (diff)
readded test files required for windows
Diffstat (limited to 'test')
-rw-r--r--test/data/valid-config-files/debug-allow-all-sha1.conf.cmake15
-rw-r--r--test/data/valid-config-files/debug-allow-all.conf.cmake14
2 files changed, 29 insertions, 0 deletions
diff --git a/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake b/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake
new file mode 100644
index 00000000..416267c1
--- /dev/null
+++ b/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake
@@ -0,0 +1,15 @@
+<!-- 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>@TEST_LISTEN@</listen>
+ <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
+ <auth>DBUS_COOKIE_SHA1</auth>
+ <policy context="default">
+ <allow send_interface="*"/>
+ <allow receive_interface="*"/>
+ <allow own="*"/>
+ <allow user="*"/>
+ </policy>
+</busconfig>
diff --git a/test/data/valid-config-files/debug-allow-all.conf.cmake b/test/data/valid-config-files/debug-allow-all.conf.cmake
new file mode 100644
index 00000000..94bb21e7
--- /dev/null
+++ b/test/data/valid-config-files/debug-allow-all.conf.cmake
@@ -0,0 +1,14 @@
+<!-- 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>@TEST_LISTEN@</listen>
+ <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
+ <policy context="default">
+ <allow send_interface="*"/>
+ <allow receive_interface="*"/>
+ <allow own="*"/>
+ <allow user="*"/>
+ </policy>
+</busconfig>