Merge "add path for systemd script" into tizen
[platform/core/system/system-server.git] / deviced.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="0">
5         <allow own="org.tizen.system.deviced"/>
6                 <allow send_destination="org.tizen.system.deviced"/>
7                 <allow send_interface="org.tizen.system.deviced.display"/>
8     </policy>
9         <policy user="5000">
10                 <allow own="org.tizen.system.deviced"/>
11                 <allow send_destination="org.tizen.system.deviced"/>
12                 <allow send_interface="org.tizen.system.deviced.display"/>
13         </policy>
14         <policy user="pulse">
15                 <allow own="org.tizen.system.deviced"/>
16                 <allow send_destination="org.tizen.system.deviced"/>
17                 <allow send_interface="org.tizen.system.deviced.display"/>
18         </policy>
19     <policy context="default">
20         <deny own="org.tizen.system.deviced"/>
21                 <deny send_destination="org.tizen.system.deviced"/>
22     </policy>
23 </busconfig>