4f6ea87ec4
Fixes #6720 Copy the parsing function from the docker CLI. Docker daemon expects to see JSON for seccomp file not a path.
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"defaultAction": "SCMP_ACT_ALLOW",
|
|
"architectures": [
|
|
"SCMP_ARCH_X86_64",
|
|
"SCMP_ARCH_X86",
|
|
"SCMP_ARCH_X32"
|
|
],
|
|
"syscalls": [
|
|
{
|
|
"name": "reboot",
|
|
"action": "SCMP_ACT_ERRNO",
|
|
"args": []
|
|
}
|
|
]
|
|
} |