OnlineJudge/judge
virusdefender cf2fc9df1a 指定使用nobody用户进行编译,防止#include</etc/shadow>等情况的发生
部分情况下,include敏感文件可能造成信息泄露。这里设置一下用户权限。
2016-03-05 11:42:17 +08:00
..
__init__.py dev test 2015-11-28 20:32:49 +08:00
client.py 指定使用nobody用户进行编译,防止#include</etc/shadow>等情况的发生 2016-03-05 11:42:17 +08:00
compiler.py 指定使用nobody用户进行编译,防止#include</etc/shadow>等情况的发生 2016-03-05 11:42:17 +08:00
judge_exceptions.py dev test 2015-11-28 20:32:49 +08:00
language.py 增加编译器错误显示限制,防止产生大量错误信息 2016-02-19 10:55:13 +08:00
logger.py dev test 2015-11-28 20:32:49 +08:00
result.py 更换判题为新的 judger 2016-02-02 10:14:18 +08:00
runner.py 更换判题为新的 judger 2016-02-02 10:14:18 +08:00
server.py 完善 rpc 通信 server;将判题限制在一个容器中 2015-11-29 01:05:29 +08:00
settings.py 使用 judger 运行编译器 2016-02-01 22:17:33 +08:00