diff options
author | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-03 17:49:03 +0900 |
---|---|---|
committer | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-04 10:18:04 +0900 |
commit | fa31d0875f91366ff6ffc9d35905132d58cdc8c3 (patch) | |
tree | cb45a00c3630bd509e2dd7238b9d71ef32fffaa7 | |
parent | f052742bd48ad55d1426f2b8807b444613979705 (diff) | |
download | pass-tizen_5.5.tar.gz pass-tizen_5.5.tar.bz2 pass-tizen_5.5.zip |
scripts: Allow telephony to send thermal method_callsubmit/tizen_5.5_wearable_hotfix/20201026.184304submit/tizen_5.5/20200204.013653submit/tizen/20200204.012547accepted/tizen/unified/20200204.125807accepted/tizen/5.5/unified/wearable/hotfix/20201027.113049accepted/tizen/5.5/unified/20200204.125925tizen_5.5_wearable_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified
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.conf | 4 |
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"/> |