[PATCH] ConsoleKit.conf: fix explicit missing destination

Auke Kok auke-jan.h.kok at intel.com
Mon Apr 11 14:04:23 PDT 2011


The last rule in the dbus system.d conf does not explicitly list the 
destination, which would give problems if a potential other target has 
the same path. Caught by an automated MeeGo build check.

Signed-off-by: Auke Kok <auke-jan.h.kok at intel.com>

--- a/data/ConsoleKit.conf	2011-04-11 14:01:34.813582580 -0700
+++ b/data/ConsoleKit.conf	2011-04-11 14:01:53.255582574 -0700
@@ -140,7 +140,8 @@
      <allow send_destination="org.freedesktop.ConsoleKit"
             send_interface="org.freedesktop.ConsoleKit.Session"
             send_member="GetIdleSinceHint"/>
-    <allow send_interface="org.freedesktop.ConsoleKit.Session"
+    <allow send_destination="org.freedesktop.ConsoleKit"
+           send_interface="org.freedesktop.ConsoleKit.Session"
             send_member="SetIdleHint"/>
    </policy>




More information about the hal mailing list