diff --git a/non_plat/system_server.te b/non_plat/system_server.te index d132139..e183f50 100644 --- a/non_plat/system_server.te +++ b/non_plat/system_server.te @@ -264,3 +264,8 @@ dontaudit system_server sdcardfs:file r_file_perms; # Operation : Q Migration allow system_server mtk_hal_camera:process sigkill; allow system_server kernel:system syslog_read; + +# Date : 2019/10/30 +# Operation : Q Migration +allow system_server proc_chip:dir search; +allow system_server zygote:process setsched;