Code: Select all
diff -ruN hal-0.5.13.orig/hal.conf.in hal-0.5.13/hal.conf.in
--- hal-0.5.13.orig/hal.conf.in
+++ hal-0.5.13/hal.conf.in
@@ -12,4 +12,24 @@
</policy>
<policy user="root">
<allow own="org.freedesktop.Hal"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Manager"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.KillSwitch"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.Leds"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.Storage"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.Storage.Removable"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.Volume"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ <allow send_destination="org.freedesktop.Hal"
+ send_interface="org.freedesktop.Hal.Device.WakeOnLan"/>
</policy>
I've spent all of last night and today upgrading and downgrading and upgrading and down.... someday, it will work out. I have faith!agent_jdh wrote:Automount of my USB external drive is broken as well now (KDE4), suspect hal.albright wrote:0.5.13-r1 is still broken for me with old or new hal.conf
EDIT - Definitely, downgrade to hal-0.5.12_rc1-r7, automounting works again.
Normally you should be ok but you should avoid mixing stable and unstable branchNerevar wrote:It seems that hal gets screwed up on a regular basis. Is there a way to specify that you only want to use the "stable" version of a package on an "unstable" system?
Edit:
In /etc/portage/package.keywords put:
sys-apps/hal -~amd64
Anybody know of any problems with this approach?