[Pkg-utopia-commits] r2257 - in /packages/unstable/hal/debian: changelog patches/01_hal_debian_dbuspolicy.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 8 01:06:13 UTC 2008


Author: biebl
Date: Thu May  8 01:06:13 2008
New Revision: 2257

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2257
Log:
* debian/patches/01_hal_debian_dbuspolicy.patch
  - Updated.

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=2257&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Thu May  8 01:06:13 2008
@@ -4,8 +4,10 @@
   * debian/shlibs.local
     - This file has been obsoleted by the symbols files and is outdated so
       better remove it.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 08 May 2008 02:50:06 +0200
+  * debian/patches/01_hal_debian_dbuspolicy.patch
+    - Updated.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 08 May 2008 03:05:06 +0200
 
 hal (0.5.11~rc2-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=2257&op=diff
==============================================================================
--- packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch (original)
+++ packages/unstable/hal/debian/patches/01_hal_debian_dbuspolicy.patch Thu May  8 01:06:13 2008
@@ -1,20 +1,25 @@
-diff -aur hal-0.5.8.vanilla/hal.conf.in hal-0.5.8/hal.conf.in
---- hal-0.5.8.vanilla/hal.conf.in	2006-09-11 23:56:39.000000000 +0200
-+++ hal-0.5.8/hal.conf.in	2006-09-17 12:32:49.000000000 +0200
-@@ -54,6 +54,16 @@
+diff --git a/hal.conf.in b/hal.conf.in
+index ef97b8f..243016e 100644
+--- a/hal.conf.in
++++ b/hal.conf.in
+@@ -40,9 +40,20 @@
+   <!-- Default policy for the exported interfaces; if PolicyKit is not used
+        for access control you will need to modify this -->
+   <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"/>
++  </policy>
++
++  <!-- 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>
- 
-+  <!-- Debian groups policies -->
-+  <policy group="powerdev">
-+    <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
-+    <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="0">
-     <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>




More information about the Pkg-utopia-commits mailing list