Online judge sandbox based on seccomp | OnlineJudge 安全沙箱
Go to file
2016-01-16 02:35:29 +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 fix format string 2016-01-13 11:57:31 +08:00
Makefile rename 2016-01-13 12:00:09 +08:00
readme update readme 2016-01-15 20:38:11 +08:00
runner.c add some comment 2016-01-16 01:31:26 +08:00
runner.h fix return value 2016-01-16 01:39:46 +08:00
sandbox.c delete some syscalls 2016-01-16 02:35:29 +08:00
setup.py fix python format 2016-01-13 12:57:47 +08:00
test.c fix error return value 2016-01-16 01:26:40 +08:00

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