Remove duplicated dbus policy
[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         <!-- service name(org.bt.frwk.p<pid>) is changeable by pid -->
6         <allow own_prefix="org.bt.frwk"/>
7         <allow send_interface="org.bluez.Profile1" send_member="NewConnection"/>
8         <allow send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
9     </policy>
10     <policy group="network_fw">
11         <!-- service name(org.bt.frwk.p<pid>) is changeable by pid -->
12         <allow own_prefix="org.bt.frwk"/>
13         <allow send_interface="org.bluez.Profile1" send_member="NewConnection"/>
14         <allow send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
15     </policy>
16     <policy context="default">
17         <deny own_prefix="org.bt.frwk"/>
18         <deny send_interface="org.bluez.Profile1" send_member="NewConnection"/>
19         <deny send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
20     </policy>
21 </busconfig>