[PATCH] ConsoleKit.conf: fix explicit missing destination

Lennart Poettering mzuny at 0pointer.de
Tue May 10 10:30:41 PDT 2011


On Mon, 11.04.11 14:04, Auke Kok (auke-jan.h.kok at intel.com) wrote:

> 
> 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>

Doesn't apply on current git. Can you rebase please?

> 
> --- 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>
> 
> 
> _______________________________________________
> hal mailing list
> hal at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/hal


Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the hal mailing list