From 15ff7150ff8f9dde0d05e6ad0fd359392157912f Mon Sep 17 00:00:00 2001 From: mtk13799 Date: Sat, 18 Jan 2020 10:02:05 +0800 Subject: [PATCH] [ALPS03886692] property rename for Android P [Detail]property rename for Android P MTK-Commit-Id: b3bfff5f029e5e71dc9c47cd37102f81dd484d69 Change-Id: I2d1cbc4f2efcf554198b442b3e5a39311ed07e85 Signed-off-by: mtk13799 CR-Id: ALPS03886692 Feature: [Android Default]Dedicated APN for Tethering --- non_plat/ccci_mdinit.te | 2 ++ non_plat/property.te | 3 --- non_plat/property_contexts | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/non_plat/ccci_mdinit.te b/non_plat/ccci_mdinit.te index 4244506..c727864 100644 --- a/non_plat/ccci_mdinit.te +++ b/non_plat/ccci_mdinit.te @@ -45,6 +45,8 @@ set_prop(ccci_mdinit, ctl_ccci_fsd_prop) set_prop(ccci_mdinit, ctl_ccci2_fsd_prop) set_prop(ccci_mdinit, ctl_ccci3_fsd_prop) +get_prop(ccci_mdinit, vendor_default_prop) + allow ccci_mdinit ccci_device:chr_file rw_file_perms; allow ccci_mdinit ccci_monitor_device:chr_file rw_file_perms; diff --git a/non_plat/property.te b/non_plat/property.te index 107bb35..165886f 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -169,9 +169,6 @@ type mtk_bt_sspdebug_prop, property_type, mtk_core_property_type; #=============em camera property============== type vendor_debug_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 bac7f4a..dd0c832 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -48,6 +48,9 @@ ctl.vendor.fusion_ril_mtk u:object_r:ctl_fusion_ril_mtk_prop:s0 ctl.vendor.ril-proxy u:object_r:ctl_ril-proxy_prop:s0 ctl.vendor.muxreport-daemon u:object_r:ctl_muxreport-daemon_prop:s0 +ctl.vendor.ccci_fsd u:object_r:ctl_ccci_fsd_prop:s0 +ctl.vendor.ccci2_fsd u:object_r:ctl_ccci2_fsd_prop:s0 +ctl.vendor.ccci3_fsd u:object_r:ctl_ccci3_fsd_prop:s0 vendor.ril.active.md u:object_r:ril_active_md_prop:s0 vendor.ril.mux.report.case u:object_r:ril_mux_report_case_prop:s0