Dbus Configuration Changes
[platform/core/context/context-service.git] / packaging / org.tizen.context.conf
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.tizen.context"/>
6                 <allow send_destination="org.tizen.context"/>
7         </policy>
8         <policy user="service_fw">
9                 <allow own="org.tizen.context"/>
10                 <allow send_destination="org.tizen.context"/>
11         </policy>
12         <!--The below group is required for checking by internal API-->
13         <policy group="users">
14                 <allow send_destination="org.tizen.context"/>
15         </policy>
16         <policy context="default">
17                 <deny own="org.tizen.context"/>
18                 <deny send_destination="org.tizen.context"/>
19                 <allow send_destination="org.tizen.context" send_type="signal"/>
20         </policy>
21 </busconfig>
22