Fix dbus policy to add crash-worker rule 52/226352/2 accepted/tizen/unified/20200406.133216 submit/tizen/20200402.112144
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 2 Mar 2020 04:18:36 +0000 (13:18 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 2 Mar 2020 04:20:38 +0000 (13:20 +0900)
Change-Id: I2deb2f872fb1712f670983f3b31ce431b61f8394
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/launcher/launcher.conf

index b87ed3f..d530a36 100644 (file)
@@ -1,10 +1,13 @@
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
+    <policy group="users">
+        <allow send_destination="org.tizen.system.popup"/>
+    </policy>
     <policy user="root">
         <allow send_destination="org.tizen.system.popup"/>
     </policy>
-    <policy group="users">
+    <policy user="crash_worker">
         <allow send_destination="org.tizen.system.popup"/>
     </policy>
     <policy user="system_fw">