tizen 2.4 release
[adaptation/xorg/driver/xserver-xorg-module-xdbg.git] / module / xdbg.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.x.dbg.server"/>
6         <allow own="org.x.dbg.client"/>
7     </policy>
8     <policy at_console="true">
9         <allow send_destination="org.x.dbg.server"/>
10     </policy>
11     <policy context="default">
12         <allow send_destination="org.x.dbg.server"/>
13     </policy>
14 </busconfig>
15