From af17e4d54aa0e90884ee17899492e95d72a4ae5f Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sat, 18 Jan 2020 10:20:32 +0800 Subject: [PATCH] [ALPS04786311] eMMC : patch clear eMMC fail in factory When clear eMMC, need umount bootfs, add permission to stop mdlogger process which access bootfs. MTK-Commit-Id: 2d39dc0341e703f5ae92797146c0d2cec8defe77 Change-Id: I32bb7e94db970361a9f3a345f0cf7541fc9fd634 CR-Id: ALPS04786311 Feature: Factory Mode --- non_plat/factory.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/non_plat/factory.te b/non_plat/factory.te index b1593fb..f21b213 100644 --- a/non_plat/factory.te +++ b/non_plat/factory.te @@ -396,3 +396,7 @@ allow factory vendor_nfc_socket:sock_file { create write unlink setattr }; # Allow to get AOSP property persist.radio.multisim.config get_prop(factory, exported3_radio_prop) +# Date : WK19.38 +# Operation : Q Migration +# Purpose: Allow clear eMMC +allow factory ctl_mdlogger_prop:property_service set;