13 lines
511 B
Plaintext
13 lines
511 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>
|
||
|
<!-- Everyone may pretend to be connman -->
|
||
|
<policy context="default">
|
||
|
<allow own="net.connman"/>
|
||
|
<allow send_interface="net.connman.Agent"/>
|
||
|
<allow send_interface="net.connman.Counter"/>
|
||
|
<allow send_interface="net.connman.Notification"/>
|
||
|
<allow send_destination="net.connman"/>
|
||
|
</policy>
|
||
|
</busconfig>
|