summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-22 19:33:20 +0200
committerSimon Rettberg2013-06-22 19:33:20 +0200
commit1126c915edcf371c9981706e97708c5e9984c07a (patch)
tree8b8ea5935591661ed37913852ba3a21ad1a19f30 /remote/modules/dbus/data
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-1126c915edcf371c9981706e97708c5e9984c07a.tar.gz
tm-scripts-1126c915edcf371c9981706e97708c5e9984c07a.tar.xz
tm-scripts-1126c915edcf371c9981706e97708c5e9984c07a.zip
[kdm] Add comments to kdmrc, change session directory
[dbus] Add rule that allows root to listen to all dbus communication (for debugging) [vmchooser] move session file to new session directory
Diffstat (limited to 'remote/modules/dbus/data')
-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>