--- /dev/null
+<!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 send_destination_prefix="org.bt.frwk"/>
+ <allow send_destination_prefix="org.frwk.gatt_service"/>
+ </policy>
+ <policy group="network_fw">
+ <allow send_destination_prefix="org.bt.frwk"/>
+ <allow send_destination_prefix="org.frwk.gatt_service"/>
+ </policy>
+ <policy context="default">
+ <deny own_prefix="org.bt.frwk"/>
+ <allow own_prefix="org.bt.frwk"/>
+ <deny send_destination_prefix="org.bt.frwk" send_interface="org.bluez.Profile1"/>
+ <deny own_prefix="org.frwk.gatt_service"/>
+ <allow own_prefix="org.frwk.gatt_service"/>
+ <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattDescriptor1"/>
+ <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattCharacteristic1"/>
+ </policy>
+</busconfig>
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
- <allow own_prefix="org.bt.frwk"/>
<allow send_destination_prefix="org.bt.frwk"/>
- <allow own_prefix="org.frwk.gatt_service"/>
<allow send_destination_prefix="org.frwk.gatt_service"/>
</policy>
<policy group="network_fw">
- <allow own_prefix="org.bt.frwk"/>
<allow send_destination_prefix="org.bt.frwk"/>
<allow own_prefix="org.frwk.gatt_service"/>
<allow send_destination_prefix="org.frwk.gatt_service"/>
<allow own_prefix="org.bt.frwk"/>
<deny send_destination_prefix="org.bt.frwk" send_interface="org.bluez.Profile1"/>
<deny own_prefix="org.frwk.gatt_service"/>
- <allow own_prefix="org.frwk.gatt_service"/>
<deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattDescriptor1"/>
<deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattCharacteristic1"/>
</policy>