12066a8516b7e9d463f28925c46e3b44d08c108e
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / 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         <allow own="org.projectx.bt.mesh"/>
7         <allow send_destination="org.projectx.bt"/>
8         <allow send_destination="org.projectx.bt.mesh"/>
9         <allow own="org.bluez.obex"/>
10         <allow send_destination="org.bluez.obex"/>
11     </policy>
12     <policy group="network_fw">
13         <allow own="org.projectx.bt"/>
14         <allow own="org.projectx.bt.mesh"/>
15         <allow send_destination="org.projectx.bt"/>
16         <allow send_destination="org.projectx.bt.mesh"/>
17         <allow own="org.bluez.obex"/>
18         <allow send_destination="org.bluez.obex"/>
19         <allow own="org.projectx.bluetooth.share"/>
20         <allow send_destination="org.projectx.bluetooth.share"/>
21         <allow send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="SendDtmf"/>
22         <allow send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="VendorCmd"/>
23     </policy>
24     <policy group="pulse">
25         <allow send_destination="org.projectx.bt"/>
26     </policy>
27     <policy context="default">
28         <deny own="org.projectx.bt"/>
29         <deny send_destination="org.projectx.bt" send_type="method_call"/>
30         <deny own="org.bluez.obex"/>
31         <deny send_destination="org.bluez.obex" send_type="method_call"/>
32         <deny own="org.projectx.bt.mesh"/>
33         <deny send_destination="org.projectx.bt.mesh" send_type="method_call"/>
34         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
35         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
36         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
37         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
38         <deny own="org.projectx.bluetooth.share"/>
39         <deny send_destination="org.projectx.bluetooth.share"/>
40         <deny own_prefix="org.tizen.csd.Call.Instance"/>
41         <allow own_prefix="org.tizen.csd.Call.Instance"/>
42         <deny send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="SendDtmf"/>
43         <deny send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="VendorCmd"/>
44     </policy>
45 </busconfig>