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
1f5e1a9c1f
We don't need the root privileges after we unshare and the first fork. Therefor we can drop those for safety reasons. |
||
---|---|---|
.gitignore | ||
main.c | ||
Makefile |