scripts: Fix dbus issue to get dbus well-known name 18/178418/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 May 2018 04:04:07 +0000 (13:04 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 May 2018 04:07:42 +0000 (13:07 +0900)
The commit 83052f4b42d5 ("scripts: Simplify the deny permission
for PASS dbus interface") causes the dbus deny issue such as AppLaunch
request. Fix dbus issue to get dbus well-known name.

Change-Id: Id20941500249e6b6c753730fde336aedce4cfbdf
Fixes: 83052f4b42d5 ("scripts: Simplify the deny permission for PASS dbus interface")
Suggested-by: Sanghyeok Oh <sanghyeok.oh@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass.conf

index aa07ffd..e622253 100644 (file)
@@ -5,6 +5,10 @@
         <allow own="org.tizen.system.pass"/>
         <allow send_destination="org.tizen.system.pass"/>
     </policy>
+    <policy group="system_fw">
+        <allow own="org.tizen.system.pass"/>
+        <allow send_destination="org.tizen.system.pass"/>
+    </policy>
     <policy user="app_fw">
         <allow send_destination="org.tizen.system.pass"
                send_interface="org.tizen.system.pass.pmqos"/>