[ALPS03965031] MTKLogger can not access aee data vendor

[Solution] Add permission to access aee data vendor

MTK-Commit-Id: a18e63eb8cde8f45a8c58ab6d396d482ce9e0fbb

Change-Id: I79f31a16a90a5afc0a7985044eb2e1ca7f88f3ab
CR-Id: ALPS03965031
Feature: MTKLogger
This commit is contained in:
yuru.zhu 2020-01-18 10:03:08 +08:00
parent 965f58f54d
commit 765e08b32c

View File

@ -81,6 +81,7 @@ allow platform_app aee_dumpsys_data_file:file r_file_perms;
# Date : WK18.17 # Date : WK18.17
# Operation : P Migration # Operation : P Migration
# Purpose: allow platform_app to read /data/vendor/mtklog/aee_exp # Purpose: allow platform_app to read /data/vendor/mtklog/aee_exp
allow platform_app aee_exp_vendor_file:dir search;
allow platform_app aee_exp_vendor_file:dir { read getattr open }; allow platform_app aee_exp_vendor_file:dir { read getattr open };
allow platform_app aee_exp_vendor_file:file { read getattr open }; allow platform_app aee_exp_vendor_file:file { read getattr open };