diff options
Diffstat (limited to 'extra/hal/halusers.conf')
-rwxr-xr-x | extra/hal/halusers.conf | 14 |
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> |