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