[ALPS03830074] EM neverallow coredomain from writing vendor properties

Change to extend_core_property_type to avoid broken neverallow rule

MTK-Commit-Id: 4a9a5f489ea8202fd9daa9356bad00b3402d3ba4

Change-Id: I4bcf45b80eb77a30403d57841c355a24b327f8cb
CR-Id: ALPS03830074
Feature: Engineering Mode
This commit is contained in:
dengwei.xu 2020-01-18 10:01:58 +08:00 committed by Dengwei Xu
parent 049e7472ec
commit b189bd2aff

View File

@ -126,10 +126,10 @@ type mtk_em_prop, property_type, mtk_core_property_type;
type mediatek_prop, property_type, mtk_core_property_type; type mediatek_prop, property_type, mtk_core_property_type;
#============= allow em set property =============== #============= allow em set property ===============
type mtk_em_auto_answer_prop, property_type, mtk_core_property_type; type mtk_em_auto_answer_prop, property_type, extended_core_property_type;
#============= allow em set protocol =============== #============= allow em set protocol ===============
type mtk_em_net_auto_tethering_prop, property_type, mtk_core_property_type; type mtk_em_net_auto_tethering_prop, property_type, extended_core_property_type;
#=============allow meta_tst to stop specific service =============== #=============allow meta_tst to stop specific service ===============
type ctl_mobile_log_d_prop, property_type; type ctl_mobile_log_d_prop, property_type;