Merge "[ALPS03856250] SIM: Revise property permission" into alps-trunk-p0.basic

Change-Id: Ie04a5ee4e11cba7f9e0e89ea8c5ceb987506efc0
MTK-Commit-Id: eb49a7211477fc012f1b34a73933aa1b7f776952
This commit is contained in:
lena wang 2020-01-18 10:00:53 +08:00 committed by Gerrit Code Review
commit 52478b8187
2 changed files with 4 additions and 4 deletions

View File

@ -112,8 +112,8 @@ binder_call(radio, hal_telephony)
allow radio hal_graphics_composer_default:fd use; allow radio hal_graphics_composer_default:fd use;
#Dat: 2017/02/14 #Dat: 2017/02/14
#Purpose: allow set telephony Sensitive property #Purpose: allow get telephony Sensitive property
set_prop(radio, mtk_telephony_sensitive_prop) get_prop(radio, mtk_telephony_sensitive_prop)
# Date : WK17.26 # Date : WK17.26
# Operation : O Migration # Operation : O Migration

View File

@ -133,8 +133,8 @@ allow system_server wifi_prop:file { read getattr open };
allow system_server aee_aed:unix_stream_socket connectto; allow system_server aee_aed:unix_stream_socket connectto;
#Dat: 2017/02/14 #Dat: 2017/02/14
#Purpose: allow set telephony Sensitive property #Purpose: allow get telephony Sensitive property
set_prop(system_server, mtk_telephony_sensitive_prop) get_prop(system_server, mtk_telephony_sensitive_prop)
# Date: W17.22 # Date: W17.22
# Operation : New Feature # Operation : New Feature