Updated dbus conf file for screen-reader dbus connection. 58/66858/4
authorshashank.p <shashank.p@samsung.com>
Thu, 21 Apr 2016 13:13:23 +0000 (18:43 +0530)
committershashank.p <shashank.p@samsung.com>
Thu, 28 Apr 2016 13:51:46 +0000 (19:21 +0530)
Change-Id: Ie6331f4cc7a29ffeb5c1c212c617267163133a4e
Signed-off-by: shashank.p <shashank.p@samsung.com>
data/dbus/org.enlightenment.wm.conf

index 868d78f..358c5f9 100644 (file)
@@ -3,11 +3,14 @@
 <busconfig>
     <policy user="root">
         <allow own="org.enlightenment.wm"/>
+        <allow own="org.enlightnement.wm-screen-reader"/>
     </policy>
     <policy at_console="true">
         <allow send_destination="org.enlightenment.wm"/>
+        <allow send_destination="org.enlightnement.wm-screen-reader"/>
     </policy>
     <policy context="default">
         <allow send_destination="org.enlightenment.wm"/>
+        <allow send_destination="org.enlightnement.wm-screen-reader"/>
     </policy>
 </busconfig>