From 9251f38572104f0042d27089f24e97a334428316 Mon Sep 17 00:00:00 2001 From: "yuru.zhu" Date: Sat, 18 Jan 2020 10:00:12 +0800 Subject: [PATCH] [ALPS03604577] CAT need read information from Aee [Solution] Add se-linux permission for CAT to read aee information MTK-Commit-Id: a87c38a1401857ea639edbfff339d58f5808466c Change-Id: I08cce3f4388692a09db58f4d909b95fcb822cd6a CR-Id: ALPS03604577 Feature: MTKLogger --- non_plat/system_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/system_app.te b/non_plat/system_app.te index 3420bc0..93c4b1d 100644 --- a/non_plat/system_app.te +++ b/non_plat/system_app.te @@ -29,3 +29,4 @@ allow system_app mtk_thermal_config_prop:property_service set; # Package: CAT tool allow system_app aee_exp_data_file:file r_file_perms; allow system_app aee_exp_data_file:dir r_dir_perms; +allow system_app md_monitor:unix_stream_socket connectto;