fix cpp lang seccomp rules

This commit is contained in:
virusdefender 2019-03-28 10:48:55 +08:00
parent 9869f6294c
commit 36d8cc3e92
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}