Fix own_prefix tag duplication issue
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / bluetooth-frwk-gap-agent-no-gatt-relay.conf
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4     <policy user="root">
5         <allow send_destination_prefix="org.bt.frwk"/>
6         <allow send_destination_prefix="org.frwk.gatt_service"/>
7     </policy>
8     <policy group="network_fw">
9         <allow send_destination_prefix="org.bt.frwk"/>
10         <allow send_destination_prefix="org.frwk.gatt_service"/>
11     </policy>
12     <policy context="default">
13         <deny own_prefix="org.bt.frwk"/>
14         <allow own_prefix="org.bt.frwk"/>
15         <deny send_destination_prefix="org.bt.frwk" send_interface="org.bluez.Profile1"/>
16         <deny own_prefix="org.frwk.gatt_service"/>
17         <allow own_prefix="org.frwk.gatt_service"/>
18         <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattDescriptor1"/>
19         <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattCharacteristic1"/>
20     </policy>
21 </busconfig>