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

index a56029c..5891ca1 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>