Merge "[ALPS03841705] add selinux on android P" into alps-trunk-p0.basic

Change-Id: I74e00354a30a88f749810d37ba1e01b5aa4e1b14
MTK-Commit-Id: 6b57c8e64e1923ccaf4cd191bbd60455d4c4ca89
This commit is contained in:
Larry Liang 2020-01-18 09:41:44 +08:00 committed by Gerrit Code Review
commit 98ff8e508f

View File

@ -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 };