conf: org.tizen.system/deviced.conf: Add dbus policy for input interface 43/298743/1 accepted/tizen/7.0/unified/20230913.174319 accepted/tizen/7.0/unified/20230914.170406
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Sep 2023 05:45:57 +0000 (14:45 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Sep 2023 05:45:57 +0000 (14:45 +0900)
Add dbus policy of org.tizen.system.deviced.input
to allow user to use input interface.

Change-Id: Ib83ca06cb4e31283e9678cc5c38547dc399026da
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
conf/org.tizen.system.deviced.conf

index 613a72d..364e804 100644 (file)
@@ -55,6 +55,7 @@
         <check send_destination="org.tizen.system.deviced" send_interface="org.tizen.system.deviced.Csa"
             privilege="http://tizen.org/privilege/internal/default/platform"/>
 
+        <allow send_destination="org.tizen.system.deviced" send_interface="org.tizen.system.deviced.input"/>
         <allow send_destination="org.tizen.system.deviced" send_interface="org.tizen.system.deviced.Battery"/>
         <deny send_destination="org.tizen.system.deviced" send_interface="org.tizen.system.deviced.Battery" send_member="power_supply"/>
         <check send_destination="org.tizen.system.deviced" send_interface="org.tizen.system.deviced.Battery" send_member="SetLowbatLevel"