org.enlightenment.wm.conf: fix dbus policy to allow dbus message for screen-reader... 88/145088/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 21 Aug 2017 07:47:12 +0000 (16:47 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 21 Aug 2017 07:47:12 +0000 (16:47 +0900)
Change-Id: Id184ab090173fcd7b62375f04a59b6996e97d540
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
data/dbus/org.enlightenment.wm.conf

index e30009e..a56029c 100644 (file)
@@ -2,15 +2,12 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
     <policy user="root">
-        <allow own="org.enlightenment.wm"/>
-        <allow own="org.enlightenment.wm-screen-reader"/>
-        <allow send_destination="org.enlightenment.wm"/>
-        <allow send_destination="org.enlightenment.wm-screen-reader"/>
+        <allow send_path="/org/enlightenment/wm"/>
     </policy>
-
     <policy context="default">
-        <deny own="org.enlightenment.wm"/>
-        <deny send_destination="org.enlightenment.wm"/>
-        <deny send_destination="org.enlightenment.wm-screen-reader"/>
+        <allow send_path="/org/tizen/GestureNavigation"/>
+        <allow send_path="/org/tizen/KBGestureNavigation"/>
+        <deny send_path="/org/enlightenment/wm"/>
+        <allow send_interface="org.enlightenment.wm.proc"/>
     </policy>
 </busconfig>