shimming/apkd-bridge-user-connman: Add dbus config file
parent
2835a32b16
commit
58f72d9cf6
|
@ -0,0 +1,12 @@
|
|||
<!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>
|
Loading…
Reference in New Issue