[Pkg-utopia-commits] r3288 - /packages/unstable/hal/debian/patches/01_at_console.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Nov 24 19:02:26 UTC 2009


Author: biebl
Date: Tue Nov 24 19:01:52 2009
New Revision: 3288

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3288
Log:
Add org.freedesktop.Hal.Device.Storage to D-Bus policy

Removing org.freedesktop.Hal.Device.Storage from at_console/plugdev does
not actually prevent local users from mounting fixed drives, so put this
interface back.

Modified:
    packages/unstable/hal/debian/patches/01_at_console.patch

Modified: packages/unstable/hal/debian/patches/01_at_console.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/01_at_console.patch?rev=3288&op=diff
==============================================================================
--- packages/unstable/hal/debian/patches/01_at_console.patch (original)
+++ packages/unstable/hal/debian/patches/01_at_console.patch Tue Nov 24 19:01:52 2009
@@ -1,8 +1,8 @@
 Index: hal-0.5.13/hal.conf.in
 ===================================================================
---- hal-0.5.13.orig/hal.conf.in	2009-11-18 18:37:40.718523671 -0600
-+++ hal-0.5.13/hal.conf.in	2009-11-18 18:38:41.822525158 -0600
-@@ -25,7 +25,69 @@
+--- hal-0.5.13.orig/hal.conf.in	2009-11-19 11:24:36.977898355 -0600
++++ hal-0.5.13/hal.conf.in	2009-11-19 11:29:42.429898643 -0600
+@@ -25,7 +25,73 @@
             send_interface="org.freedesktop.Hal.Device"/>
      <allow send_destination="org.freedesktop.Hal"
             send_interface="org.freedesktop.Hal.Manager"/>
@@ -25,6 +25,8 @@
 +    	   send_interface="org.freedesktop.Hal.Device.Leds"/>
 +    <allow send_destination="org.freedesktop.Hal"
 +    	   send_interface="org.freedesktop.Hal.Device.LightSensor"/>
++    <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"
@@ -60,6 +62,8 @@
 +  </policy>
 +  <policy group="plugdev">
 +    <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.Volume"/>




More information about the Pkg-utopia-commits mailing list