Fix dbus/cynara policy rules 07/178507/2 accepted/tizen/unified/20180510.134356 submit/tizen/20180510.075735
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 10 May 2018 07:20:00 +0000 (16:20 +0900)
committersinikang <sinikang@samsung.com>
Thu, 10 May 2018 07:44:48 +0000 (16:44 +0900)
Change-Id: I8071188332958842328e8720b62598ad9386098d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/call-manager.spec
packaging/callmgr.conf

index 8f352c7a9c5227f6c4401a4ecb0ae5b26c7a2a94..0a27e66f9e39b467af1db955c2c0e6aa706b0b6f 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 50
+%define patchlevel 51
 %define ext_feature 0
 
 Name:           call-manager
index 2771d455a62c9b0ddbcb4c5a49e91658ca21be5a..97d93d7d4daee92fc914b45392c6066960e66e25 100644 (file)
@@ -2,15 +2,12 @@
         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
         <policy user="root">
-                <allow own="org.tizen.callmgr"/>
                 <allow send_destination="org.tizen.callmgr"/>
-                <allow send_interface="org.tizen.callmgr"/>
                 <allow receive_sender="org.tizen.callmgr"/>
         </policy>
-        <policy context="default">
-                <deny own="org.tizen.callmgr"/>
-                <deny send_destination="org.tizen.callmgr"/>
-                <deny receive_sender="org.tizen.callmgr"/>
+       <policy user="app_fw">
+                <allow send_destination="org.tizen.callmgr"/>
+                <allow receive_sender="org.tizen.callmgr"/>
         </policy>
         <policy group="telephony">
                 <allow own="org.tizen.callmgr"/>
                 <allow send_destination="org.tizen.callmgr"/>
                 <allow receive_sender="org.tizen.callmgr"/>
         </policy>
-        <policy user="owner">
-                <allow own="org.tizen.callmgr"/>
+        <policy group="users">
                 <allow send_destination="org.tizen.callmgr"/>
                 <allow receive_sender="org.tizen.callmgr"/>
         </policy>
+       <policy context="default">
+                <deny own="org.tizen.callmgr"/>
+                <deny send_destination="org.tizen.callmgr"/>
+                <deny receive_sender="org.tizen.callmgr"/>
+        </policy>
 </busconfig>