forked from brl/citadel-tools
dbus policy file for realmsd
This commit is contained in:
parent
d0eada1e3b
commit
1365054c45
19
data/com.subgraph.realms.Manager.conf
Normal file
19
data/com.subgraph.realms.Manager.conf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?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>
|
Loading…
Reference in New Issue
Block a user