mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
@ -41,7 +41,10 @@ void hide_daemon(int pid) {
|
||||
tgkill(pid, pid, SIGCONT);
|
||||
_exit(0);
|
||||
});
|
||||
hide_unmount(pid);
|
||||
}
|
||||
|
||||
void hide_unmount(int pid) {
|
||||
if (switch_mnt_ns(pid))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user