Tagged Questions
3
votes
1answer
94 views
how to disallow user to change process group
Is it possible to restrict a process from changing it's process group? For example, user nobody seems to be able to call setpgid(0, 0) which sets process group of current process to pid of that ...