summaryrefslogtreecommitdiffstats
path: root/test/data/valid-config-files/debug-allow-all.conf
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-03 21:25:10 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-03 21:25:10 +0000
commitfe9f3b45cc7e2e84d180c433f1ab5f8fd0a0c619 (patch)
tree272ee4aef1e42e45ffeed75bf73eb3b5a67ef12d /test/data/valid-config-files/debug-allow-all.conf
parenteeb88949d8d2ca84d9cbe54c07e73b9907d3163e (diff)
commit adds/removes here before builddir contents confuse matters
Diffstat (limited to 'test/data/valid-config-files/debug-allow-all.conf')
-rw-r--r--test/data/valid-config-files/debug-allow-all.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/data/valid-config-files/debug-allow-all.conf b/test/data/valid-config-files/debug-allow-all.conf
deleted file mode 100644
index 86900ebb..00000000
--- a/test/data/valid-config-files/debug-allow-all.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- 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>
- <policy context="default">
- <allow send="*"/>
- <allow receive="*"/>
- <allow own="*"/>
- </policy>
-</busconfig>