You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user