Initial version

This commit is contained in:
madmaurice 2021-01-06 04:42:04 +01:00
commit 2c397da373
3 changed files with 127 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
all: pidjail
pidjail: main.c
gcc -o $@ $^
chmod u+s $@