From aa8c0897c550947935db209c50b2bb6506de4f39 Mon Sep 17 00:00:00 2001 From: "guoyi.zhao" Date: Sat, 18 Jan 2020 09:55:37 +0800 Subject: [PATCH] [ALPS03929399] Rename CT VoLTE system property [Detail] Rename CT VoLTE system property and allow other module to access persist.vendor.mtk_ct_volte_support. MTK-Commit-Id: ae81ce0aabd412c630a4ebed0ba4a9a44121f8b6 Change-Id: I3142c30c2dcfe114cdaaf59d3b8bbfb565e50519 CR-Id: ALPS03929399 Feature: CTC VoLTE --- non_plat/property.te | 3 +++ non_plat/property_contexts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/non_plat/property.te b/non_plat/property.te index 260948a..7a88c6c 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -183,3 +183,6 @@ type mtk_bt_sspdebug_prop, property_type, mtk_core_property_type; #=============allow ccci_mdinit get ccci_fsd property=========== 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; diff --git a/non_plat/property_contexts b/non_plat/property_contexts index 5322139..9d19597 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -200,3 +200,6 @@ persist.vendor.bt.sspdebug.enable u:object_r:mtk_bt_sspdebug_prop:s0 #=============allow ccci_mdinit get ccci_fsd property=========== 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