mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 01:11:50 +00:00
Proper package state management
This commit is contained in:
@@ -319,6 +319,7 @@ static void get_process_info(int client, const sock_cred *cred) {
|
||||
|
||||
uint32_t flags = 0;
|
||||
|
||||
check_pkg_refresh();
|
||||
if (is_deny_target(uid, process)) {
|
||||
flags |= PROCESS_ON_DENYLIST;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user