summaryrefslogtreecommitdiff
path: root/test/bus-policy/ownerships.conf
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-03 18:26:54 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-08 08:30:28 +0200
commit62b7106671d04f70d7f6b49e9d53e637d116b0db (patch)
tree46c08ca36cf75c090587ada5c49129816b240e24 /test/bus-policy/ownerships.conf
parentccb03fc9015e6c8131e4d289a36e0145eaf2b5a2 (diff)
remove tests
Diffstat (limited to 'test/bus-policy/ownerships.conf')
-rw-r--r--test/bus-policy/ownerships.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/bus-policy/ownerships.conf b/test/bus-policy/ownerships.conf
deleted file mode 100644
index bc3a230a26..0000000000
--- a/test/bus-policy/ownerships.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?> <!--*-nxml-*-->
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-
-<busconfig>
-
- <policy context="default">
- <allow own="org.test.test1"/>
- </policy>
-
- <policy context="mandatory">
- <deny own="org.test.test3"/>
- </policy>
-
- <policy user="root">
- <allow own="org.test.test2"/>
- <allow own="org.test.test3"/>
- </policy>
-
- <policy user="1">
- <allow own="org.test.test4"/>
- </policy>
-
-</busconfig>