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.
18 lines
597 B
Plaintext
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>
|
|
|