Online judge sandbox based on seccomp | OnlineJudge 安全沙箱
Go to file
2016-01-21 23:36:39 +08:00
.gitignore update 2016-01-12 19:10:22 +08:00
demo.py add demo.py 2016-01-15 20:31:36 +08:00
judger.c args list and env list parameters now support default value 2016-01-20 20:13:48 +08:00
readme delete sandbox.c 2016-01-20 16:14:14 +08:00
runner.c child process raise signal when error occurred; add some check 2016-01-21 23:36:39 +08:00
runner.h child process raise signal when error occurred; add some check 2016-01-21 23:36:39 +08:00
setup.py add seccomp in runner 2016-01-20 11:00:05 +08:00
test.c update test.c 2016-01-20 15:53:31 +08:00

sudo python setup.py install
touch in out
gcc test.c -o test
python demo.py