Files
entropy/misc/dbus/org.entropy.conf
T
Fabio Erculiani f04d3a3cd1 client updates daemon: phase 2.
Make the client update daemon a dbus system service, provide policy,
update Makefile. More to come (phase 3).
2009-04-30 10:39:17 +02:00

18 lines
610 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 send_destination="org.entropy.Client"/>
</policy>
<policy context="default">
<deny own="org.entropy.Client"/>
<deny send_destination="org.entropy.Client"/>
</policy>
</busconfig>