From 482a537ce0cb9f89185878e39e5a37c43b646999 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Fri, 18 Sep 2015 11:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20clone=20=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E9=99=90=E5=88=B6=EF=BC=8C=E5=90=A6=E5=88=99?= =?UTF-8?q?=20Java=20=E6=97=A0=E6=B3=95=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- judge/judger/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judge/judger/client.py b/judge/judger/client.py index 5c305a3..6e171ea 100644 --- a/judge/judger/client.py +++ b/judge/judger/client.py @@ -63,7 +63,7 @@ class JudgeClient(object): " --max-memory " + str(self._max_memory * 1000 * 1000) + \ " --network false" + \ " --syscalls '!execve:k,flock:k,ptrace:k,sync:k,fdatasync:k,fsync:k,msync,sync_file_range:k,syncfs:k" \ - ",unshare:k,setns:k,clone:k,query_module:k,sysinfo:k,syslog:k,sysfs:k'" + \ + ",unshare:k,setns:k,clone[a&268435456==268435456]:k,query_module:k,sysinfo:k,syslog:k,sysfs:k'" + \ " --uid " + str(lrun_uid) + \ " --gid " + str(lrun_gid)