0e3f5dd9dea4052bbe13675aa6fba76c9d6d481d
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / bluetooth-frwk-gap-agent.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 own_prefix="org.bt.frwk"/>
6         <allow send_destination_prefix="org.bt.frwk"/>
7         <allow own_prefix="org.frwk.gatt_service"/>
8         <allow send_destination_prefix="org.frwk.gatt_service"/>
9     </policy>
10     <policy group="network_fw">
11         <allow own_prefix="org.bt.frwk"/>
12         <allow send_destination_prefix="org.bt.frwk"/>
13         <allow own_prefix="org.frwk.gatt_service"/>
14         <allow send_destination_prefix="org.frwk.gatt_service"/>
15     </policy>
16     <policy context="default">
17         <deny own_prefix="org.bt.frwk"/>
18         <allow own_prefix="org.bt.frwk"/>
19         <deny send_destination_prefix="org.bt.frwk" send_interface="org.bluez.Profile1"/>
20         <deny own_prefix="org.frwk.gatt_service"/>
21         <allow own_prefix="org.frwk.gatt_service"/>
22         <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattDescriptor1"/>
23         <deny send_destination_prefix="org.frwk.gatt_service" send_interface="org.bluez.GattCharacteristic1"/>
24     </policy>
25 </busconfig>