forked from brl/citadel-tools
20 lines
608 B
XML
20 lines
608 B
XML
<?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.realms"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<allow send_destination="com.subgraph.realms"/>
|
|
<allow send_destination="com.subgraph.realms"
|
|
send_interface="org.freedesktop.DBus.Properties"/>
|
|
<allow send_destination="com.subgraph.realms"
|
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
</policy>
|
|
</busconfig>
|