dbus: clean up dbus conf 15/141615/6
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Tue, 1 Aug 2017 06:39:21 +0000 (15:39 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 25 Jan 2018 05:30:56 +0000 (05:30 +0000)
Change-Id: I43fb5b292b86631b0be981f946a0acf19679dbd2
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
scripts/feedbackd.conf [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5b70ebb..d17e13a
@@ -1,16 +1,9 @@
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
-    <policy user="root">
-        <allow own="org.tizen.system.vibrator"/>
-        <allow send_destination="org.tizen.system.vibrator"/>
-    </policy>
-
     <policy context="default">
-        <allow send_destination="org.tizen.system.vibrator"/>
-
-        <deny send_destination="org.tizen.system.vibrator"
-                send_interface="org.tizen.system.vibrator.haptic"/>
+       <deny send_destination="org.tizen.system.vibrator"/>
+       <allow send_type="signal" send_destination="org.tizen.system.vibrator"/>
 
         <check send_destination="org.tizen.system.vibrator"
                 send_interface="org.tizen.system.vibrator.haptic"