2019-08-25 17:23:07 -04:00
|
|
|
<?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"/>
|
2024-11-13 11:54:40 -05:00
|
|
|
<allow own="com.subgraph.Realms2"/>
|
2019-08-25 17:23:07 -04:00
|
|
|
</policy>
|
|
|
|
|
|
|
|
<policy context="default">
|
|
|
|
<allow send_destination="com.subgraph.realms"/>
|
2024-11-13 11:54:40 -05:00
|
|
|
<allow send_destination="com.subgraph.Realms2"/>
|
2019-08-25 17:23:07 -04:00
|
|
|
<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>
|