f04d3a3cd1
Make the client update daemon a dbus system service, provide policy, update Makefile. More to come (phase 3).
18 lines
610 B
Plaintext
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>
|
|
|