[Pkg-utopia-commits] r2711 - in /packages/unstable/hal/debian: changelog patches/75-at_console.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 7 16:50:23 UTC 2009


Author: biebl
Date: Wed Jan  7 16:50:23 2009
New Revision: 2711

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2711
Log:
* debian/patches/75-at_console.patch
  - Added. Allow local users (at_console) to call methods on the CPUFreq,
    WakeOnLan and Dockstation interface, i.e. you are using consolekit and
    not Debian group policies.
    (Closes: #501662)

Added:
    packages/unstable/hal/debian/patches/75-at_console.patch
Modified:
    packages/unstable/hal/debian/changelog

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=2711&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Wed Jan  7 16:50:23 2009
@@ -1,3 +1,12 @@
+hal (0.5.11-8) UNRELEASED; urgency=low
+
+  * debian/patches/75-at_console.patch
+    - Added. Allow local users (at_console) to call methods on the CPUFreq,
+      WakeOnLan and Dockstation interface, i.e. you are using consolekit and
+      not Debian group policies.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 07 Jan 2009 17:31:01 +0100
+
 hal (0.5.11-7) unstable; urgency=high
 
   * debian/patches/71-hal.conf.in-qualify-all-send_interface-.-with-s.patch
@@ -27,7 +36,7 @@
       used. (Closes: #497463)
   * debian/hal.postinst
     - Remove existing stop symlinks in rc0 and rc6 on package upgrades.
-      (Closes: 501662)
+      (Closes: #501662)
 
  -- Michael Biebl <biebl at debian.org>  Sat, 25 Oct 2008 15:16:30 +0200
 

Added: packages/unstable/hal/debian/patches/75-at_console.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/75-at_console.patch?rev=2711&op=file
==============================================================================
--- packages/unstable/hal/debian/patches/75-at_console.patch (added)
+++ packages/unstable/hal/debian/patches/75-at_console.patch Wed Jan  7 16:50:23 2009
@@ -1,0 +1,31 @@
+From 7e3da91352ab8c444810334c2f73147663448e01 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Wed, 7 Jan 2009 16:40:54 +0100
+Subject: [PATCH] Grant local users (at_console) more permissions
+
+If consolekit, ie. at_console, is used, grant the same permissions as
+users in group powerdev.
+---
+ hal.conf.in |    6 ++++++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/hal.conf.in b/hal.conf.in
+index 7692587..149f4aa 100644
+--- a/hal.conf.in
++++ b/hal.conf.in
+@@ -72,6 +72,12 @@
+            send_destination="org.freedesktop.Hal"/>
+     <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"
+            send_destination="org.freedesktop.Hal"/>
++    <allow send_interface="org.freedesktop.Hal.Device.CPUFreq"
++           send_destination="org.freedesktop.Hal"/>
++    <allow send_interface="org.freedesktop.Hal.Device.WakeOnLan"
++           send_destination="org.freedesktop.Hal"/>
++    <allow send_interface="org.freedesktop.Hal.Device.DockStation"
++           send_destination="org.freedesktop.Hal"/>
+   </policy>
+ 
+   <!-- Debian groups policies -->
+-- 
+1.6.0.6
+




More information about the Pkg-utopia-commits mailing list