Fix process name in MagiskHide

close #3997
This commit is contained in:
vvb2060
2021-03-18 13:36:42 +08:00
committed by John Wu
parent ed4d0867e8
commit 6865652125
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ static bool check_pid(int pid) {
cmdline == "usap32"sv || cmdline == "usap64"sv)
return false;
if (!is_hide_target(uid, cmdline))
if (!is_hide_target(uid, cmdline, 95))
goto not_target;
// Ensure ns is separated