org.enlightenment.wm.conf : apply default deny to method/own in dbus policy 74/176874/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 24 Apr 2018 05:47:20 +0000 (14:47 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 24 Apr 2018 05:47:20 +0000 (14:47 +0900)
Change-Id: I68f707c9d681d65a865d25eb3f6a6ce73c7cb8e2
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
data/dbus/org.enlightenment.wm.conf

index a56029cfd8b93e1620a458803dd251dc110d5cfe..5891ca16168ca4819e67f45bba028954453891ce 100644 (file)
@@ -2,12 +2,13 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
     <policy user="root">
-        <allow send_path="/org/enlightenment/wm"/>
+        <allow own="org.enlightenment.wm"/>
+        <allow send_destination="org.enlightenment.wm"/>
     </policy>
     <policy context="default">
-        <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"/>
+       <deny own="org.enlightenment.wm"/>
+       <deny send_destination="org.enlightenment.wm"/>
+       <allow send_destination="org.enlightenment.wm" send_path="/org/tizen/GestureNavigation"/>
+       <allow send_destination="org.enlightenment.wm" send_interface="org.enlightenment.wm.proc"/>
     </policy>
 </busconfig>