dbus-policy: modified to use default deny - allow signal 95/206795/1 submit/tizen/20190529.021941
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 27 May 2019 06:42:22 +0000 (15:42 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 27 May 2019 06:42:29 +0000 (15:42 +0900)
Change-Id: Iee05626d085aa84c7d48e16c68b6379fb34fe8d6
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
scripts/feedbackd.conf

index 2ded9e1..f3194b1 100755 (executable)
@@ -13,8 +13,7 @@
 
     <policy context="default">
         <deny own="org.tizen.system.vibrator"/>
-        <deny send_destination="org.tizen.system.vibrator"/>
-        <allow send_destination="org.tizen.system.vibrator" send_type="signal"/>
+        <deny send_destination="org.tizen.system.vibrator" deny_send_type="method_call"/>
         <check send_destination="org.tizen.system.vibrator"
             send_path="/Org/Tizen/System/Vibrator/Haptic"
             privilege="http://tizen.org/privilege/haptic"/>