Files
sablink-distro/sys-apps/hal/files/hal-0.5.9-plugdev-allow-send.patch
T
lxnay f73a6a3e75 new hal 0.5.9 from git
git-svn-id: http://svn.sabayonlinux.org/overlay@1068 d7aec97c-591d-0410-af39-a8856400b30a
2007-03-08 15:56:57 +00:00

18 lines
767 B
Diff

--- hal-0.5.6/hal.conf.in 2006-02-04 10:58:37.000000000 +0200
+++ hal-0.5.6.az/hal.conf.in 2006-02-04 11:41:42.000000000 +0200
@@ -49,5 +49,14 @@
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>
+ <!-- Gentoo specific rules to allow 'plugdev' group access to Volumes, etc -->
+ <!-- NB: not sure if we should use a different group for SystemPowerManagement and LaptopPanel ... -->
+ <policy group="plugdev">
+ <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>