dbus-policy: add rule default deny own 43/173843/1 accepted/tizen/unified/20180329.054109 submit/tizen/20180327.003938
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 26 Mar 2018 09:16:25 +0000 (18:16 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 26 Mar 2018 09:16:25 +0000 (18:16 +0900)
Change-Id: I1cc4b02d3d20c2e12c4675352f51384c04ec71fa
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
conf/org.tizen.system.deviced.conf

index 656af38..81c31c6 100644 (file)
@@ -2,8 +2,8 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
     <policy user="root">
+        <allow own="org.tizen.system.deviced"/>
         <allow send_destination="org.tizen.system.deviced"/>
-        <allow own="org.tizen.system.storage"/>
     </policy>
 
     <policy user="system_fw">
@@ -18,6 +18,7 @@
     </policy>
 
     <policy context="default">
+        <deny own="org.tizen.system.deviced"/>
         <deny send_destination="org.tizen.system.deviced"/>
         <allow send_destination="org.tizen.system.deviced" send_type="signal"/>