Change the L2CAP LE buffer size to 0xFFFF
[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 own="org.projectx.bt.container"/>
8         <allow send_destination="org.projectx.bt"/>
9         <allow send_destination="org.projectx.bt.mesh"/>
10         <allow send_destination="org.projectx.bt.container"/>
11         <allow own="org.bluez.obex"/>
12         <allow send_destination="org.bluez.obex"/>
13     </policy>
14     <policy group="network_fw">
15         <allow own="org.projectx.bt"/>
16         <allow own="org.projectx.bt.mesh"/>
17         <allow own="org.projectx.bt.container"/>
18         <allow send_destination="org.projectx.bt"/>
19         <allow send_destination="org.projectx.bt.mesh"/>
20         <allow send_destination="org.projectx.bt.container"/>
21         <allow own="org.bluez.obex"/>
22         <allow send_destination="org.bluez.obex"/>
23         <allow own="org.projectx.bluetooth.share"/>
24         <allow send_destination="org.projectx.bluetooth.share"/>
25         <allow send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="SendDtmf"/>
26         <allow send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="VendorCmd"/>
27     </policy>
28     <policy group="pulse">
29         <allow send_destination="org.projectx.bt"/>
30     </policy>
31     <policy context="default">
32         <deny own="org.projectx.bt"/>
33         <deny send_destination="org.projectx.bt" send_type="method_call"/>
34         <deny own="org.bluez.obex"/>
35         <deny send_destination="org.bluez.obex" send_type="method_call"/>
36         <deny own="org.projectx.bt.mesh"/>
37         <deny send_destination="org.projectx.bt.mesh" send_type="method_call"/>
38         <deny own="org.projectx.bt.container"/>
39         <deny send_destination="org.projectx.bt.container" send_type="method_call"/>
40         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
41         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
42         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
43         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
44         <deny own="org.projectx.bluetooth.share"/>
45         <deny send_destination="org.projectx.bluetooth.share"/>
46         <allow send_destination="org.projectx.bluetooth.share" send_interface="User.Bluetooth.UG"/>
47         <deny own_prefix="org.tizen.csd.Call.Instance"/>
48         <allow own_prefix="org.tizen.csd.Call.Instance"/>
49         <deny send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="SendDtmf"/>
50         <deny send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="VendorCmd"/>
51     </policy>
52 </busconfig>