forked from brl/citadel-tools
20 lines
620 B
Plaintext
20 lines
620 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<!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="com.subgraph.installer"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="default">
|
||
|
<allow send_destination="com.subgraph.installer"/>
|
||
|
<allow send_destination="com.subgraph.installer"
|
||
|
send_interface="org.freedesktop.DBus.Properties"/>
|
||
|
<allow send_destination="com.subgraph.installer"
|
||
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||
|
</policy>
|
||
|
</busconfig>
|