resource-dbus: added a system configuration file.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Mon, 19 Nov 2012 13:34:21 +0000 (15:34 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Mon, 19 Nov 2012 13:35:40 +0000 (15:35 +0200)
The configuration file is not installed by default.

src/plugins/resource-dbus/org.Murphy.conf [new file with mode: 0644]

diff --git a/src/plugins/resource-dbus/org.Murphy.conf b/src/plugins/resource-dbus/org.Murphy.conf
new file mode 100644 (file)
index 0000000..2d4542c
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+
+<busconfig>
+        <policy user="root">
+                <allow own="org.Murphy"/>
+                <allow receive_sender="org.Murphy"/>
+                <allow send_destination="org.Murphy"/>
+        </policy>
+        <policy context="default">
+                <allow receive_sender="org.Murphy"/>
+                <allow send_destination="org.Murphy"/>
+        </policy>
+</busconfig>