Magellan Linux

Annotation of /trunk/hal/patches/hal-0.5.7.1-plugdev-allow-send.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations) (download)
Fri Oct 20 18:01:50 2006 UTC (17 years, 7 months ago) by niro
File size: 767 byte(s)
patches and files for hal-0.5.7.1-r1

1 niro 82 --- hal-0.5.6/hal.conf.in 2006-02-04 10:58:37.000000000 +0200
2     +++ hal-0.5.6.az/hal.conf.in 2006-02-04 11:41:42.000000000 +0200
3     @@ -49,5 +49,14 @@
4     <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
5     </policy>
6    
7     + <!-- Gentoo specific rules to allow 'plugdev' group access to Volumes, etc -->
8     + <!-- NB: not sure if we should use a different group for SystemPowerManagement and LaptopPanel ... -->
9     + <policy group="plugdev">
10     + <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
11     + <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
12     + <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
13     + <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
14     + </policy>
15     +
16     </busconfig>
17