From 551d01441c2765f31bb58dbabc33f17a27b05edf Mon Sep 17 00:00:00 2001 From: Vink Shen Date: Sat, 18 Jan 2020 09:30:33 +0800 Subject: [PATCH] [ALPS03852714] Trustonic TEE: Fix persistent partition path [Detail] Fix persistent partition path for Android P [Solution] Move /vendor/persist to /data/vendor/persist MTK-Commit-Id: fdfc88d4f679c6347923de9db6ec1dcc82675966 Change-Id: I53427f90670fcbb6b0ed6f12bbd1da748e9ac6ca CR-Id: ALPS03852714 Feature: Trustonic TEE (Trusted Execution Environment) --- non_plat/file_contexts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/non_plat/file_contexts b/non_plat/file_contexts index 82acfce..ed10bb8 100644 --- a/non_plat/file_contexts +++ b/non_plat/file_contexts @@ -81,8 +81,8 @@ # protected data file #/(vendor|system/vendor)/protect_f(/.*)? u:object_r:protect_f_data_file:s0 #/(vendor|system/vendor)/protect_s(/.*)? u:object_r:protect_s_data_file:s0 -#/(vendor|system/vendor)/persist(/.*)? u:object_r:persist_data_file:s0 - +#/(vendor|system/vendor)/persist(/.*)? u:object_r:persist_data_file:s0 +/data/vendor/persist(/.*)? u:object_r:persist_data_file:s0 #fat on nand image /fat(/.*)? u:object_r:fon_image_data_file:s0