[ALPS03841705] relable the ro.* property of AEE

[Detail] relable the ro.* property of AEE

MTK-Commit-Id: d3a00d0323f1ea56c68c75a3c07e5db649ccf328

Change-Id: Id4038cd4b01622bd955d4845eae9493693ef33b6
CR-Id: ALPS03841705
Feature: Android Exception Engine(AEE)
This commit is contained in:
mtk11285 2020-01-18 09:51:24 +08:00 committed by Weiwei Zhang (张炜玮)
parent 3b302c45bc
commit 75d22d6e40
3 changed files with 5 additions and 3 deletions

View File

@ -45,6 +45,7 @@ type debug_mdlogger_prop, property_type, mtk_core_property_type;
type persist_mtk_aee_prop, property_type, mtk_core_property_type;
type persist_aee_prop, property_type, mtk_core_property_type;
type debug_mtk_aee_prop, property_type, mtk_core_property_type;
type ro_mtk_aee_prop, property_type, mtk_core_property_type;
#=============allow aee_dumpstate==============
type debug_bq_dump_prop, property_type, mtk_core_property_type;

View File

@ -41,9 +41,9 @@ persist.vendor.aee u:object_r:persist_aee_prop:s0
# vendor.debug.mtk.aee.db
vendor.debug.mtk.aee u:object_r:debug_mtk_aee_prop:s0
ro.vendor.aee.build.info u:object_r:persist_mtk_aee_prop:s0
ro.vendor.hava_aee_feature u:object_r:persist_mtk_aee_prop:s0
ro.vendor.aee.build.info u:object_r:ro_mtk_aee_prop:s0
ro.vendor.aee.enforcing u:object_r:ro_mtk_aee_prop:s0
ro.vendor.have_aee_feature u:object_r:ro_mtk_aee_prop:s0
#=============allow AEE_Dumpstate==============
vendor.debug.bq.dump u:object_r:debug_bq_dump_prop:s0

View File

@ -21,3 +21,4 @@ allow vendor_init vendor_file:system module_load;
allow vendor_init kmsg_device:chr_file unlink;
set_prop(vendor_init, persist_mtk_aee_prop);
set_prop(vendor_init, ro_mtk_aee_prop)