Fix dbus policy issue
[platform/core/connectivity/bluetooth-agent.git] / bt-ipsp / bluetooth-frwk-ipsp.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 context="default">
5         <deny own="org.projectx.bt_ipsp"/>
6         <allow receive_sender="org.projectx.bt_ipsp"/>
7         <allow send_destination="org.projectx.bt_ipsp"/>
8     </policy>
9     <policy group="network_fw">
10         <allow own="org.projectx.bt_ipsp"/>
11     </policy>
12 </busconfig>