[ALPS04056430] WMT:Move coredump mode property to system partition

Allow system process to set the property,
"persist.vendor.connsys.coredump.mode"

MTK-Commit-Id: c066127efb1903b15e97498ae32b28af2efc091e

Change-Id: Ia818c7e517e4da479bb7ad1c4fdbc382a1423659
CR-Id: ALPS04056430
Feature: [Module]WMT Driver
This commit is contained in:
Tim Chang 2020-01-18 10:07:23 +08:00 committed by Willy Yu
parent c869528f64
commit 7df888a9d5
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ type audiohal_prop, property_type, mtk_core_property_type;
#=============allow wmt============== #=============allow wmt==============
type wmt_prop, property_type, mtk_core_property_type; type wmt_prop, property_type, mtk_core_property_type;
type coredump_prop, property_type, extended_core_property_type;
#=============allow sensor============== #=============allow sensor==============
type ctl_emcsmdlogger_prop, property_type; type ctl_emcsmdlogger_prop, property_type;

View File

@ -92,6 +92,7 @@ persist.vendor.audiohal. u:object_r:audiohal_prop:s0
persist.vendor.vow. u:object_r:audiohal_prop:s0 persist.vendor.vow. u:object_r:audiohal_prop:s0
#=============allow wmt ============== #=============allow wmt ==============
persist.vendor.connsys.coredump.mode u:object_r:coredump_prop:s0
persist.vendor.connsys. u:object_r:wmt_prop:s0 persist.vendor.connsys. u:object_r:wmt_prop:s0
vendor.connsys. u:object_r:wmt_prop:s0 vendor.connsys. u:object_r:wmt_prop:s0