Merge "Add default deny policy in conf files" into tizen
[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 group="root">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7         <allow own="org.projectx.bluetooth.share"/>
8         <allow own="org.tizen.csd.Call.Instance"/>
9     </policy>
10     <policy context="default">
11         <deny own="org.projectx.bt"/>
12         <deny receive_sender="org.projectx.bt"/>
13         <deny send_destination="org.projectx.bt"/>
14         <deny own="org.projectx.bt_event"/>
15         <deny receive_sender="org.projectx.bt_event"/>
16         <deny send_destination="org.projectx.bt_event"/>
17         <deny own="org.projectx.bluetooth.share"/>
18         <deny receive_sender="org.projectx.bluetooth.share"/>
19         <deny send_destination="org.projectx.bluetooth.share"/>
20         <deny own="org.tizen.csd.Call.Instance"/>
21         <deny receive_sender="org.tizen.csd.Call.Instance"/>
22         <deny send_destination="org.tizen.csd.Call.Instance"/>
23     </policy>
24     <policy group="network_fw">
25         <allow own="org.projectx.bt"/>
26         <allow receive_sender="org.projectx.bt"/>
27         <allow send_destination="org.projectx.bt"/>
28         <allow own="org.projectx.bt_event"/>
29         <allow receive_sender="org.projectx.bt_event"/>
30         <allow send_destination="org.projectx.bt_event"/>
31         <allow own="org.projectx.bluetooth.share"/>
32         <allow receive_sender="org.projectx.bluetooth.share"/>
33         <allow send_destination="org.projectx.bluetooth.share"/>
34         <allow own="org.tizen.csd.Call.Instance"/>
35         <allow receive_sender="org.tizen.csd.Call.Instance"/>
36         <allow send_destination="org.tizen.csd.Call.Instance"/>
37     </policy>
38     <policy user="owner">
39         <allow receive_sender="org.projectx.bt"/>
40         <allow send_destination="org.projectx.bt"/>
41         <allow receive_sender="org.projectx.bt_event"/>
42         <allow send_destination="org.projectx.bt_event"/>
43         <allow receive_sender="org.projectx.bluetooth.share"/>
44         <allow send_destination="org.projectx.bluetooth.share"/>
45         <allow receive_sender="org.tizen.csd.Call.Instance"/>
46         <allow send_destination="org.tizen.csd.Call.Instance"/>
47     </policy>
48 </busconfig>
49