From 20725d929ff566e53d7a857d6f0ee94aa8383469 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 19 Sep 2014 14:50:53 +0200 Subject: bus-policy: add test utility Add some test files and routines for dbus policy checking. --- test/bus-policy/hello.conf | 14 ++++++++++++++ test/bus-policy/methods.conf | 15 +++++++++++++++ test/bus-policy/ownerships.conf | 24 ++++++++++++++++++++++++ test/bus-policy/signals.conf | 15 +++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 test/bus-policy/hello.conf create mode 100644 test/bus-policy/methods.conf create mode 100644 test/bus-policy/ownerships.conf create mode 100644 test/bus-policy/signals.conf (limited to 'test/bus-policy') diff --git a/test/bus-policy/hello.conf b/test/bus-policy/hello.conf new file mode 100644 index 0000000000..af09893de6 --- /dev/null +++ b/test/bus-policy/hello.conf @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/test/bus-policy/methods.conf b/test/bus-policy/methods.conf new file mode 100644 index 0000000000..d6c28c71bc --- /dev/null +++ b/test/bus-policy/methods.conf @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/test/bus-policy/ownerships.conf b/test/bus-policy/ownerships.conf new file mode 100644 index 0000000000..bc3a230a26 --- /dev/null +++ b/test/bus-policy/ownerships.conf @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/bus-policy/signals.conf b/test/bus-policy/signals.conf new file mode 100644 index 0000000000..440e3fe6d0 --- /dev/null +++ b/test/bus-policy/signals.conf @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf