Files
entropy/misc/dbus/system.d/org.entropy.Client.conf
Fabio Erculiani ad0572679e client updates daemon: finalize first version.
With this commit the work on the client (system) updates daemon is
complete. The *thing* works over dbus, exporting a bunch of methods
and sending signals whenever new updates are downloaded.
For more information look at the file itself, for now.
2009-05-02 17:02:53 +02:00

18 lines
597 B
Plaintext

<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.entropy.Client"/>
<allow send_destination="org.entropy.Client"/>
</policy>
<policy group="entropy">
<allow own="org.entropy.Client"/>
<allow send_destination="org.entropy.Client"/>
</policy>
<policy context="default">
<deny send_destination="org.entropy.Client"/>
</policy>
</busconfig>