added dbus policy to allow method_call from bluez to bluetooth-frwk
[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 send_destination="org.projectx.bt" send_interface="org.bluez.Agent1"/>
6         <allow send_interface="org.bluez.Profile1"/>
7     </policy>
8     <policy group="network_fw">
9         <allow send_destination="org.projectx.bt" send_interface="org.bluez.Agent1"/>
10         <allow send_interface="org.bluez.Profile1"/>
11     </policy>
12     <policy context="default">
13         <deny own="org.bluez.Agent1"/>
14         <allow receive_sender="org.bluez.Agent1"/>
15         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
16     </policy>
17 </busconfig>