summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongwoo Lee <dwoo08.lee@samsung.com>2020-02-03 17:49:03 +0900
committerDongwoo Lee <dwoo08.lee@samsung.com>2020-02-04 10:18:04 +0900
commitfa31d0875f91366ff6ffc9d35905132d58cdc8c3 (patch)
treecb45a00c3630bd509e2dd7238b9d71ef32fffaa7
parentf052742bd48ad55d1426f2b8807b444613979705 (diff)
downloadpass-tizen_5.5.tar.gz
pass-tizen_5.5.tar.bz2
pass-tizen_5.5.zip
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>
-rw-r--r--scripts/pass.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/pass.conf b/scripts/pass.conf
index de325a5..40c543e 100644
--- a/scripts/pass.conf
+++ b/scripts/pass.conf
@@ -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"/>