A small utility program that sets up a new pid namespace and starts a process within that. Needs root via suid bit but later drops root priviliges to calling user.
MadMaurice
bbb85d353e
Apparently only the unshare call needs root. The fork which results in a new PID namespace does not. |
||
---|---|---|
.gitignore | ||
main.c | ||
Makefile |