From f54afd92e5fe993bedb2d73f4a47e1e0f3f100fd Mon Sep 17 00:00:00 2001 From: mtk11285 Date: Sat, 18 Jan 2020 09:41:34 +0800 Subject: [PATCH] [ALPS03841705] add selinux on android P [Detail] allow platform_app to read /data/vendor/mtklog/aee_exp MTK-Commit-Id: a94d29a0e64fc3583032946481c6e61159477f49 Change-Id: Ieb6c79a4f5668aff6dbc8c271da2ed88327f1cd9 CR-Id: ALPS03841705 Feature: Android Exception Engine(AEE) --- non_plat/platform_app.te | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/non_plat/platform_app.te b/non_plat/platform_app.te index f2cbee4..3130df1 100644 --- a/non_plat/platform_app.te +++ b/non_plat/platform_app.te @@ -83,3 +83,9 @@ set_prop(platform_app, mnld_prop) # Operation : Migration # Purpose : allow MTKLogger to read KE DB allow platform_app aee_dumpsys_data_file:file r_file_perms; + +# Date : WK18.17 +# Operation : P Migration +# Purpose: allow platform_app to read /data/vendor/mtklog/aee_exp +allow platform_app aee_exp_vendor_file:dir { read getattr open }; +allow platform_app aee_exp_vendor_file:file { read getattr open };