diff --git a/non_plat/property.te b/non_plat/property.te index 98a487f..841c0eb 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -192,3 +192,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; diff --git a/non_plat/property_contexts b/non_plat/property_contexts index 34ce03f..3b90904 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -210,3 +210,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 diff --git a/non_plat/vendor_init.te b/non_plat/vendor_init.te index bc4b264..86ab22b 100644 --- a/non_plat/vendor_init.te +++ b/non_plat/vendor_init.te @@ -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;