[ALPS04696977] Fix SELINUX issue

Add rule to read system property.

MTK-Commit-Id: 8c5cf76aaadd4bb43ab5f55787330a9490c9af3d

Change-Id: I8d4a1e526907a7e8bc48ee7d48ed38256918c637
CR-Id: ALPS04696977
Feature: Mobile Log Tool
This commit is contained in:
hua.tian 2020-01-18 10:17:07 +08:00
parent 18cc043b42
commit d9c874257d

View File

@ -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)