Recommendations for system services

Richard Hughes hughsient at gmail.com
Mon Dec 8 13:56:09 PST 2008


On Mon, 2008-12-08 at 13:06 -0500, Colin Walters wrote:
>   <policy user="root">
>     <allow own="org.freedesktop.PackageKit"/>
>   </policy>
>   <policy context="default">
>     <allow send_destination="org.freedesktop.PackageKit"/>
>   </policy>

Nope, I need:

  <policy context="default">
    <allow send_interface="org.freedesktop.PackageKit"/>
    <allow send_interface="org.freedesktop.PackageKit.Transaction"/>
    <allow send_destination="org.freedesktop.PackageKit"/>
  </policy>

Else clients don't receive signals from the server.

Richard.




More information about the dbus mailing list