dbus-policy: fix bug 53/206953/1 accepted/tizen/unified/20190602.221848 submit/tizen/20190530.011453
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 29 May 2019 09:06:28 +0000 (18:06 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 29 May 2019 09:06:45 +0000 (18:06 +0900)
Change-Id: I5f610397bec9f39d047b29a95a5413f59471269b
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
scripts/feedbackd.conf

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