afe7243227ca8ea613ccc873d5b6d7d5f3726749
[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         <deny send_destination_prefix="org.bt.frwk"/>
19         <deny own_prefix="org.frwk.gatt_service"/>
20         <deny send_destination_prefix="org.frwk.gatt_service"/>
21     </policy>
22 </busconfig>