Commit 70415a39 authored by LoveSy's avatar LoveSy Committed by John Wu

Do not filter uid == 1000 for process info

parent c9219649
......@@ -332,7 +332,6 @@ static void get_process_info(int client, const sock_cred *cred) {
// really want to cache the app ID value. inotify will invalidate the app ID
// cache for us.
if (uid != 1000) {
int manager_app_id = cached_manager_app_id;
if (manager_app_id < 0) {
......@@ -352,7 +351,6 @@ static void get_process_info(int client, const sock_cred *cred) {
if (uid_granted_root(uid)) {
flags |= PROCESS_GRANTED_ROOT;
}
}
xwrite(client, &flags, sizeof(flags));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment