[ALPS03856250] SIM: Revise property permission

Change set_prop to get_prop to avoid breaking neverallow rule.

MTK-Commit-Id: 484857faf4481c9b0f815520e3cb1f558d72df3b

Change-Id: I7fc44f080bd887a2218d542feb10533151c4604a
CR-Id: ALPS03856250
Feature: SIM
This commit is contained in:
lena wang 2020-01-18 10:00:51 +08:00
parent e6ff16fef8
commit 3988ce4bc2
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;
#Dat: 2017/02/14
#Purpose: allow set telephony Sensitive property
set_prop(radio, mtk_telephony_sensitive_prop)
#Purpose: allow get telephony Sensitive property
get_prop(radio, mtk_telephony_sensitive_prop)
# Date : WK17.26
# 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;
#Dat: 2017/02/14
#Purpose: allow set telephony Sensitive property
set_prop(system_server, mtk_telephony_sensitive_prop)
#Purpose: allow get telephony Sensitive property
get_prop(system_server, mtk_telephony_sensitive_prop)
# Date: W17.22
# Operation : New Feature