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.
Go to file
madmaurice 1f5e1a9c1f Drop root privileges earlier
We don't need the root privileges after we unshare and the first fork. Therefor
we can drop those for safety reasons.
2021-01-12 19:50:07 +01:00
.gitignore Initial version 2021-01-06 04:42:04 +01:00
main.c Drop root privileges earlier 2021-01-12 19:50:07 +01:00
Makefile Add install target to Makefile 2021-01-07 21:13:59 +01:00