Set the default DBus policy for send and own to deny 35/178735/2 submit/tizen/20180523.105903
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 11 May 2018 13:34:42 +0000 (15:34 +0200)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 18 May 2018 14:14:58 +0000 (16:14 +0200)
Change-Id: I49230b5c711cf7c4158f6de2fb448638035d750b

src/log_dump/log_dump.conf

index 3d3e8e0..8674f46 100644 (file)
     </policy>
 
     <policy context="default">
-       <deny send_destination="org.tizen.system.crash"
-             send_interface="org.tizen.system.crash.Crash"
-             send_member="dump_log"/>
-       <deny send_destination="org.tizen.system.crash"
-             send_interface="org.tizen.system.crash.Crash"
-             send_member="delete_dump"/>
+       <deny own="org.tizen.system.crash"/>
+       <deny send_destination="org.tizen.system.crash"/>
     </policy>
 </busconfig>