You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Enhanced denylist app id tracking
This commit is contained in:
@@ -158,6 +158,7 @@ static void handle_request_async(int client, int code, const sock_cred &cred) {
|
||||
case +RequestCode::ZYGOTE_RESTART:
|
||||
LOGI("** zygote restarted\n");
|
||||
prune_su_access();
|
||||
scan_deny_apps();
|
||||
reset_zygisk(false);
|
||||
close(client);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user