Fix wrong dbus policy 75/214775/2
authorInHong Han <inhong1.han@samsung.com>
Thu, 26 Sep 2019 07:48:59 +0000 (16:48 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 26 Sep 2019 08:08:43 +0000 (17:08 +0900)
Change-Id: Id8d01a7d60e103da71325c5fc0b32c425269bba0

packaging/capi-ui-sticker.conf

index 9d90095..84113c9 100644 (file)
@@ -3,12 +3,14 @@
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <busconfig>
-  <policy group="users">
+  <policy user="ui_fw">
     <allow own="org.tizen.sticker.server"/>
-    <allow send_destination="org.tizen.sticker.server"/>
   </policy>
-  <policy group="ui_fw">
-    <allow own="org.tizen.sticker.server"/>
+  <policy group="users">
     <allow send_destination="org.tizen.sticker.server"/>
   </policy>
+  <policy context="default">
+    <deny own="org.tizen.sticker.server"/>
+    <deny send_destination="org.tizen.sticker.server"/>
+  </policy>
 </busconfig>
\ No newline at end of file