Don't spawn new process for companion

This commit is contained in:
Nullptr
2023-05-21 20:11:00 +08:00
parent 8b5e9db347
commit f6195ddb43
4 changed files with 43 additions and 132 deletions

View File

@@ -115,6 +115,7 @@ namespace zygiskd {
if (socket_utils::read_u8(fd) == 1) {
return fd;
} else {
close(fd);
return -1;
}
}