mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-16 09:52:53 +00:00
@@ -362,7 +362,10 @@ static void get_process_info(int client, const sock_cred *cred) {
|
||||
send_fds(client, fds.data(), fds.size());
|
||||
}
|
||||
|
||||
// The following will only happen for system_server
|
||||
if (uid != 1000 || process != "system_server")
|
||||
return;
|
||||
|
||||
// Collect module status from system_server
|
||||
int slots = read_int(client);
|
||||
int id = 0;
|
||||
for (int i = 0; i < slots; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user