[ALPS03878966] Declare label for mtk_ril_mode

[Detail]
1. Add label: mtk_ril_mode_prop
2. Add ro.vendor.mtk_ril_mode into the label

MTK-Commit-Id: 68167f299e05a9fc8a11f4d7579c1a62fe2e7575

Change-Id: I3df9fb88b7871506272ec7f020ce2d5ecdf85272
CR-Id: ALPS03878966
Feature: WiFi Calling Service
This commit is contained in:
stella yang 2020-01-18 09:56:30 +08:00 committed by Stella Yang
parent ad31bd41ee
commit 0c41f7d408
3 changed files with 7 additions and 0 deletions

View File

@ -186,3 +186,6 @@ type mtk_ccci_fsd_prop, property_type, mtk_core_property_type;
#=============allow ct volte==============
type mtk_ct_volte_prop, property_type, mtk_core_property_type;
#=============mtk ril mode property=============
type mtk_ril_mode_prop, property_type, mtk_core_property_type;

View File

@ -203,3 +203,6 @@ init.svc.ccci_fsd u:object_r:mtk_ccci_fsd_prop:s0
#=============allow ct volte==============
persist.vendor.mtk_ct_volte_support u:object_r:mtk_ct_volte_prop:s0
#============Label mtk ril mode=======#
ro.vendor.mtk_ril_mode u:object_r:mtk_ril_mode_prop:s0

View File

@ -8,6 +8,7 @@ allow vendor_init mtk_md_version_prop:property_service set;
allow vendor_init mtk_volte_prop:property_service set;
allow vendor_init usp_prop:property_service set;
allow vendor_init vendor_radio_prop:property_service set;
allow vendor_init mtk_ril_mode_prop:property_service set;
allow vendor_init wmt_prop:property_service set;
allow vendor_init proc:file write;