mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-21 09:18:30 +00:00
parent
71a91ac7a7
commit
cc77a24502
@ -678,6 +678,9 @@ int main(int argc, char *argv[]) {
|
|||||||
return dump_manager(argv[3], 0644);
|
return dump_manager(argv[3], 0644);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (getpid() != 1)
|
||||||
|
return 1;
|
||||||
|
|
||||||
MagiskInit init(argv);
|
MagiskInit init(argv);
|
||||||
|
|
||||||
// Run the main routine
|
// Run the main routine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user