[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:
parent
e6ff16fef8
commit
3988ce4bc2
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user