7dffda79817697527114dc224cc08bbb857d77fd
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / bluetooth-frwk-service.conf.in
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="org.projectx.bt"/>
6     </policy>
7     <policy user="network_fw">
8         <allow own="org.projectx.bt"/>
9     </policy>
10     <policy context="default">
11         <deny own="org.projectx.bt"/>
12         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
13         <allow send_destination="org.projectx.bt_event"/>
14         <allow send_destination="org.projectx.bluetooth.share"/>
15         <allow send_destination="org.tizen.csd.Call.Instance"/>
16     </policy>
17 </busconfig>