[Pkg-utopia-commits] r2264 - in /packages/unstable/hal/debian: changelog patches/01_hal_debian_dbuspolicy.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 20 21:57:24 UTC 2008
Author: biebl
Date: Tue May 20 21:57:24 2008
New Revision: 2264
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2264
Log:
* debian/patches/01_hal_debian_dbuspolicy.patch
- Update security policy to allow access for root. (Closes: #482123)
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=2264&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Tue May 20 21:57:24 2008
@@ -1,8 +1,9 @@
hal (0.5.11-2) UNRELEASED; urgency=low
- * NOT RELEASED YET
-
- -- Michael Biebl <biebl at debian.org> Thu, 08 May 2008 13:50:47 +0200
+ * debian/patches/01_hal_debian_dbuspolicy.patch
+ - Update security policy to allow access for root. (Closes: #482123)
+
+ -- Michael Biebl <biebl at debian.org> Tue, 20 May 2008 23:54:56 +0200
hal (0.5.11-1) unstable; urgency=low
Modified: packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch?rev=2264&op=diff
==============================================================================
--- packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch (original)
+++ packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch Tue May 20 21:57:24 2008
@@ -1,8 +1,8 @@
diff --git a/hal.conf.in b/hal.conf.in
-index ef97b8f..243016e 100644
+index ef97b8f..3646deb 100644
--- a/hal.conf.in
+++ b/hal.conf.in
-@@ -40,9 +40,20 @@
+@@ -40,6 +40,26 @@
<!-- Default policy for the exported interfaces; if PolicyKit is not used
for access control you will need to modify this -->
<policy context="default">
@@ -15,11 +15,17 @@
+
+ <!-- Debian groups policies -->
+ <policy group="powerdev">
++ <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
++ <allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
++ <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
++ </policy>
++ <policy group="plugdev">
++ <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
++ <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
++ </policy>
++
++ <!-- You can change this to a more suitable user, or make per-group -->
++ <policy user="root">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
-+ </policy>
-+ <policy group="plugdev">
- <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
- <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
- </policy>
More information about the Pkg-utopia-commits
mailing list