hal ChangeLog,1.911,1.912 hal.conf.in,1.9,1.10
Richard Hughes
hughsient at kemper.freedesktop.org
Wed May 31 10:56:51 PDT 2006
Update of /cvs/hal/hal
In directory kemper:/tmp/cvs-serv10160
Modified Files:
ChangeLog hal.conf.in
Log Message:
2006-05-31 Richard Hughes <richard at hughsie.com>
* hal.conf.in:
Only allow org.freedesktop.Hal.Device.VideoAdapterPM to be used by root.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.911
retrieving revision 1.912
diff -u -d -r1.911 -r1.912
--- ChangeLog 31 May 2006 17:31:32 -0000 1.911
+++ ChangeLog 31 May 2006 17:56:48 -0000 1.912
@@ -1,5 +1,10 @@
2006-05-31 Richard Hughes <richard at hughsie.com>
+ * hal.conf.in:
+ Only allow org.freedesktop.Hal.Device.VideoAdapterPM to be used by root.
+
+2006-05-31 Richard Hughes <richard at hughsie.com>
+
* doc/spec/hal-spec-properties.xml:
* doc/spec/hal-spec.html:
Add the video_adapter_pm namespace key descriptions for video power
Index: hal.conf.in
===================================================================
RCS file: /cvs/hal/hal/hal.conf.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hal.conf.in 10 Jan 2006 19:03:45 -0000 1.9
+++ hal.conf.in 31 May 2006 17:56:49 -0000 1.10
@@ -28,6 +28,7 @@
<!-- Default policy for the exported interfaces -->
<policy context="default">
<deny send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
+ <deny send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
<deny send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<deny send_interface="org.freedesktop.Hal.Device.Volume"/>
<deny send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
@@ -44,6 +45,7 @@
<!-- You can change this to a more suitable user, or make per-group -->
<policy user="0">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
+ <allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
<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"/>
More information about the hal-commit
mailing list