From 67c841f99e58d0510d3a3dd1ffafc2d7aa89a0b7 Mon Sep 17 00:00:00 2001 From: "hua.tian" Date: Sat, 18 Jan 2020 10:17:09 +0800 Subject: [PATCH] [ALPS04696977] Fix typo issue Change shell to mobile_log_d MTK-Commit-Id: d927f5e4e48ebf017bcaf08b120d6d3784723594 Change-Id: Ib565526e2e56eb26fa74a74c85dd50897ac130e8 CR-Id: ALPS04696977 Feature: Mobile Log Tool --- non_plat/mobile_log_d.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_plat/mobile_log_d.te b/non_plat/mobile_log_d.te index 674d33b..0caa870 100644 --- a/non_plat/mobile_log_d.te +++ b/non_plat/mobile_log_d.te @@ -61,4 +61,4 @@ allow mobile_log_d node:tcp_socket node_bind; 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) +get_prop(mobile_log_d, persist_mtk_aee_prop)