You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mattéo Delabre f2abe9dcf6
Run subprocesses as unprivileged user
3 years ago
autogolf Run subprocesses as unprivileged user 3 years ago
.gitignore Save invalid scripts 3 years ago
Dockerfile Run subprocesses as unprivileged user 3 years ago
README.md Run subprocesses as unprivileged user 3 years ago
run.py Write valid scripts instead of invalid ones 3 years ago

README.md

Warning: Starting the runall.py script directly can severely damage your system by running random Bash commands. Please start it in a container as described below.

How to run:

docker image build --quiet --tag runall-image .
mkdir output
docker container run --tty --rm --mount type=bind,src="$(realpath output)",dst=/root/output --memory=128m runall-image