mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-27 23:51:47 +00:00
fix cpp lang seccomp rules
This commit is contained in:
parent
9869f6294c
commit
36d8cc3e92
@ -79,7 +79,7 @@ int main() {
|
||||
},
|
||||
"run": {
|
||||
"command": "{exe_path}",
|
||||
"seccomp_rule": "c_cpp",
|
||||
"seccomp_rule": {ProblemIOMode.standard: "c_cpp", ProblemIOMode.file: "c_cpp_file_io"},
|
||||
"env": default_env
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user