summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus
diff options
context:
space:
mode:
authorChristian Rößler2013-06-24 14:25:24 +0200
committerChristian Rößler2013-06-24 14:25:24 +0200
commitd824f0267e4af36bd8de185a6136824a06441cf1 (patch)
tree32b1911b8efb25c3eb1851dea2a63f460fe8188a /remote/modules/dbus
parentInserted detection of pango-querymodules-64 in case of 64bit OS (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-d824f0267e4af36bd8de185a6136824a06441cf1.tar.gz
tm-scripts-d824f0267e4af36bd8de185a6136824a06441cf1.tar.xz
tm-scripts-d824f0267e4af36bd8de185a6136824a06441cf1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/dbus')
-rw-r--r--remote/modules/dbus/data/etc/dbus-1/system.d/99-nsa-prism-module.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/remote/modules/dbus/data/etc/dbus-1/system.d/99-nsa-prism-module.conf b/remote/modules/dbus/data/etc/dbus-1/system.d/99-nsa-prism-module.conf
new file mode 100644
index 00000000..b6470bd3
--- /dev/null
+++ b/remote/modules/dbus/data/etc/dbus-1/system.d/99-nsa-prism-module.conf
@@ -0,0 +1,14 @@
+<!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 eavesdrop="true"/>
+ <allow eavesdrop="true"
+ send_type="method_call"
+ send_destination="*"
+ send_path="/org/freedesktop/DBus"
+ send_interface="org.freedesktop.DBus"
+ send_member="AddMatch"/>
+ </policy>
+</busconfig>