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.
Find a file
MadMaurice f3cd63c137 Use execvp instead execv
execvp resolves the executable location using PATH
2021-01-12 13:24:08 +01:00
.gitignore Initial version 2021-01-06 04:42:04 +01:00
main.c Use execvp instead execv 2021-01-12 13:24:08 +01:00
Makefile Add install target to Makefile 2021-01-07 21:13:59 +01:00