org.enlightenment.wm.conf: fix dbus policy only to permit to the process which has...
[platform/upstream/enlightenment.git] / data / dbus / org.enlightenment.wm.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.enlightenment.wm"/>
6         <allow own="org.enlightenment.wm-screen-reader"/>
7         <allow send_destination="org.enlightenment.wm"/>
8         <allow send_destination="org.enlightenment.wm-screen-reader"/>
9     </policy>
10
11     <policy context="default">
12         <deny own="org.enlightenment.wm"/>
13         <deny send_destination="org.enlightenment.wm"/>
14         <deny send_destination="org.enlightenment.wm-screen-reader"/>
15     </policy>
16 </busconfig>