From d9c874257daa0f2952c29bcc5db8a712396482a6 Mon Sep 17 00:00:00 2001 From: "hua.tian" Date: Sat, 18 Jan 2020 10:17:07 +0800 Subject: [PATCH] [ALPS04696977] Fix SELINUX issue Add rule to read system property. MTK-Commit-Id: 8c5cf76aaadd4bb43ab5f55787330a9490c9af3d Change-Id: I8d4a1e526907a7e8bc48ee7d48ed38256918c637 CR-Id: ALPS04696977 Feature: Mobile Log Tool --- non_plat/mobile_log_d.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/non_plat/mobile_log_d.te b/non_plat/mobile_log_d.te index 6652567..674d33b 100644 --- a/non_plat/mobile_log_d.te +++ b/non_plat/mobile_log_d.te @@ -59,3 +59,6 @@ allow mobile_log_d node:tcp_socket node_bind; # purpose: allow mobile_log_d to read system property init.svc.vendor. get_prop(mobile_log_d, vendor_default_prop) + +# purpose: allow mobile_log_d to read persist.vendor.mtk.aee +get_prop(shell, persist_mtk_aee_prop)