summaryrefslogtreecommitdiffstats
path: root/extra/hal/halusers.conf
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:11:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:11:24 +0200
commitacde9e36d477de93466f0299944152e2081682ae (patch)
treea48408c356f45adbecb51c067ff85d9608f797cd /extra/hal/halusers.conf
parente21c99ef1c4939a51ca74a1d05ddfca6bd99a2b4 (diff)
downloadnutyx-extra-acde9e36d477de93466f0299944152e2081682ae.tar.gz
nutyx-extra-acde9e36d477de93466f0299944152e2081682ae.tar.bz2
nutyx-extra-acde9e36d477de93466f0299944152e2081682ae.tar.xz
nutyx-extra-acde9e36d477de93466f0299944152e2081682ae.zip
Ajout de hal#0.5.13-1
Diffstat (limited to 'extra/hal/halusers.conf')
-rwxr-xr-xextra/hal/halusers.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/hal/halusers.conf b/extra/hal/halusers.conf
new file mode 100755
index 000000000..b4e13cf29
--- /dev/null
+++ b/extra/hal/halusers.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>
+
+ <!-- Allow users in the halusers group invoke HAL methods -->
+ <policy group="halusers">
+ <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
+ <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
+ <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
+ <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ </policy>
+
+</busconfig>