Commit graph

3 commits

Author SHA1 Message Date
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
madmaurice f3cd63c137 Use execvp instead execv
execvp resolves the executable location using PATH
2021-01-12 13:24:08 +01:00
madmaurice 2c397da373 Initial version 2021-01-06 04:42:04 +01:00