summaryrefslogtreecommitdiffstats
path: root/dundee
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-12-19 09:37:31 +0100
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-22 18:44:46 +0200
commitc3e7e5e4fbbe87f6306797da2f1b3fddc30edfa4 (patch)
tree0dbac1a1311687369a20a958d45f964ba222d2f8 /dundee
parent5db94cecd8fc4c85388a6dcc229078c7bf86fd12 (diff)
downloadofono-c3e7e5e4fbbe87f6306797da2f1b3fddc30edfa4.tar.bz2
dundee: Add D-Bus configuration file
Diffstat (limited to 'dundee')
-rw-r--r--dundee/dundee.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/dundee/dundee.conf b/dundee/dundee.conf
new file mode 100644
index 00000000..de79dd51
--- /dev/null
+++ b/dundee/dundee.conf
@@ -0,0 +1,23 @@
+<!-- This configuration file specifies the required security policies
+ for oFono dundee (DUN) daemon to work. -->
+
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- ../system.conf have denied everything, so we just punch some holes -->
+
+ <policy user="root">
+ <allow own="org.ofono.dundee"/>
+ <allow send_destination="org.ofono.dundee"/>
+ </policy>
+
+ <policy at_console="true">
+ <allow send_destination="org.ofono.dundee"/>
+ </policy>
+
+ <policy context="default">
+ <deny send_destination="org.ofono.dundee"/>
+ </policy>
+
+</busconfig>