From a4100ab1fdccfefcba7d0330038d12f1f3455f1c Mon Sep 17 00:00:00 2001 From: mtk07742 Date: Sat, 18 Jan 2020 10:21:16 +0800 Subject: [PATCH] [ALPS04813229] Add perms in systemserver Add permissions in system_server. MTK-Commit-Id: 88c1d92c05bba929078a3f4a7b2dceb7a56e0982 Change-Id: I42eafa73df5bf9227d0c21e2dd32710574093314 CR-Id: ALPS04813229 Feature: [Module]SystemServer --- non_plat/system_server.te | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/non_plat/system_server.te b/non_plat/system_server.te index 2a5d2d3..6ab1d0a 100644 --- a/non_plat/system_server.te +++ b/non_plat/system_server.te @@ -220,3 +220,18 @@ allow system_server proc_battery_cmd:dir search; #Date:2019/10/09 #Operation:Q Migration get_prop(system_server, debug_mtk_aee_prop) + +#Date:2019/10/09 +#Operation:Q Migration +get_prop(system_server, debug_bq_dump_prop) +get_prop(system_server, mtk_telecom_vibrate) +allow system_server proc_cmdq_debug:file getattr; +allow system_server proc_freqhop:file getattr; +allow system_server proc_last_kmsg:file r_file_perms; +allow system_server proc_cm_mgr:dir search; +allow system_server proc_isp_p2:dir search; +allow system_server proc_thermal:dir search; +allow system_server proc_atf_log:dir search; +allow system_server proc_cpufreq:dir search; +allow system_server proc_mtkcooler:dir search; +allow system_server proc_ppm:dir search; \ No newline at end of file