diff options
| author | Simon Rettberg | 2013-06-22 19:33:20 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-22 19:33:20 +0200 |
| commit | 1126c915edcf371c9981706e97708c5e9984c07a (patch) | |
| tree | 8b8ea5935591661ed37913852ba3a21ad1a19f30 /remote/modules/dbus | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-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')
| -rw-r--r-- | remote/modules/dbus/data/etc/dbus-1/system.d/99-nsa-prism-module.conf | 14 |
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> |
