Rollback changes to submit TIZEN:COMMON project
[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="@TZ_SYS_USER_GROUP@">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7     </policy>
8     <policy at_console="true">
9         <allow send_destination="org.projectx.bt"/>
10     </policy>
11     <policy context="default">
12         <allow send_destination="org.projectx.bt"/>
13     </policy>
14 </busconfig>
15