Apply dbus/cynara policy 31/176431/1 accepted/tizen/unified/20180420.081841 submit/tizen/20180419.095522
authorsinikang <sinikang@samsung.com>
Thu, 19 Apr 2018 07:22:04 +0000 (16:22 +0900)
committersinikang <sinikang@samsung.com>
Thu, 19 Apr 2018 07:22:04 +0000 (16:22 +0900)
 - add default deny
 - add allow policy for group="telephony", user="owner"

Change-Id: Ie0f251ca56114c6f583718e4e22f0fce4cf35004

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

index 4f1e61f04d08c6fb3b16d6e49b55151b0744c9c1..ea697358f3e02450947805fc9c7c3c96438969f9 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 48
+%define patchlevel 49
 %define ext_feature 0
 
 Name:           call-manager
index 30fb0bd7dd76ad2d30a23ea64a40e89f6ce52da4..3f628775d069ff9c65cc1148c1d67b563c1358e9 100644 (file)
@@ -8,6 +8,17 @@
                 <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>
+        <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"/>
                 <allow send_destination="org.tizen.callmgr"/>
                 <allow receive_sender="org.tizen.callmgr"/>
         </policy>