Modify the bt-service label from system to user
[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 group="system">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7         <allow own="org.projectx.bluetooth.share"/>
8         <allow own="org.bluez.ag_agent"/>
9         <allow own="org.bluez.Agent1"/>
10          <allow own="org.tizen.csd.Call.Instance"/>
11     </policy>
12     <policy group="root">
13         <allow own="org.projectx.bt"/>
14         <allow own="org.projectx.bt_event"/>
15         <allow own="org.projectx.bluetooth.share"/>
16         <allow own="org.bluez.ag_agent"/>
17         <allow own="org.bluez.Agent1"/>
18          <allow own="org.tizen.csd.Call.Instance"/>
19     </policy>
20     <policy group="user">
21         <allow own="org.projectx.bt"/>
22         <allow own="org.projectx.bt_event"/>
23         <allow own="org.projectx.bluetooth.share"/>
24         <allow own="org.bluez.ag_agent"/>
25         <allow own="org.bluez.Agent1"/>
26          <allow own="org.tizen.csd.Call.Instance"/>
27     </policy>
28     <policy at_console="true">
29         <allow send_destination="org.projectx.bt"/>
30     </policy>
31     <policy context="default">
32         <allow send_destination="org.projectx.bt"/>
33     </policy>
34 </busconfig>
35