[PATCH] converting cap_set_pg() to for_each_task_pid()
cap_set_pg() wants to find all processes in a given process group. This converts it to use for_each_task_pid().
Showing
Please register or sign in to comment
cap_set_pg() wants to find all processes in a given process group. This converts it to use for_each_task_pid().