scripts: Allow telephony to send thermal method_call 29/223729/2 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200204.125925 accepted/tizen/5.5/unified/wearable/hotfix/20201027.113049 accepted/tizen/unified/20200204.125807 submit/tizen/20200204.012547 submit/tizen_5.5/20200204.013653 submit/tizen_5.5_wearable_hotfix/20201026.184304
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 3 Feb 2020 08:49:03 +0000 (17:49 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 4 Feb 2020 01:18:04 +0000 (10:18 +0900)
To allow callmgr to send method_call dbus interface for themal,
this patch adds dbus policy.

Change-Id: Ifd06ad37299f6acef32a90b107f15c5ec8119467
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
scripts/pass.conf

index de325a5..40c543e 100644 (file)
@@ -9,6 +9,10 @@
         <allow send_destination="org.tizen.system.pass"
                send_interface="org.tizen.system.pass.pmqos"/>
     </policy>
+    <policy group="telephony">
+        <allow send_destination="org.tizen.system.thermal"
+               send_interface="org.tizen.system.thermal"/>
+    </policy>
     <policy context="default">
         <deny own="org.tizen.system.thermal"/>
         <deny send_destination="org.tizen.system.thermal" send_type="method_call"/>