summaryrefslogtreecommitdiffstats
path: root/extra/hal/halusers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hal/halusers.conf')
-rwxr-xr-xextra/hal/halusers.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/hal/halusers.conf b/extra/hal/halusers.conf
deleted file mode 100755
index b4e13cf29..000000000
--- a/extra/hal/halusers.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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>