Fix no audio issue on voicecall 36/177036/1 accepted/tizen/unified/20180425.062348 submit/tizen/20180425.014158
authorsinikang <sinikang@samsung.com>
Wed, 25 Apr 2018 01:24:56 +0000 (10:24 +0900)
committersinikang <sinikang@samsung.com>
Wed, 25 Apr 2018 01:24:56 +0000 (10:24 +0900)
- After applying dbus/cynara default deny policy,
  call-manager can't use sound-manager API properly.
  For using sound-manager API,
  audio group should have an allow policy on callmgr service

Change-Id: I472797eaf03850d3ef913821e70c9729c0aea0c1

packaging/call-manager.spec
packaging/callmgr.conf

index ea697358f3e02450947805fc9c7c3c96438969f9..8f352c7a9c5227f6c4401a4ecb0ae5b26c7a2a94 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 49
+%define patchlevel 50
 %define ext_feature 0
 
 Name:           call-manager
index 3f628775d069ff9c65cc1148c1d67b563c1358e9..2771d455a62c9b0ddbcb4c5a49e91658ca21be5a 100644 (file)
                 <allow send_destination="org.tizen.callmgr"/>
                 <allow receive_sender="org.tizen.callmgr"/>
         </policy>
+        <policy group="audio">
+                <allow send_destination="org.tizen.callmgr"/>
+                <allow receive_sender="org.tizen.callmgr"/>
+        </policy>
         <policy user="owner">
                 <allow own="org.tizen.callmgr"/>
                 <allow send_destination="org.tizen.callmgr"/>