mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
seccomp agent: Use arch SCMP_ARCH_X86_64
Signed-off-by: Rodrigo Campos <rodrigo@kinvolk.io>
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
"defaultAction": "SCMP_ACT_ALLOW",
|
||||
"listenerPath": "/run/seccomp-agent.socket",
|
||||
"listenerMetadata": "foo",
|
||||
"architectures": [ "SCMP_ARCH_X86", "SCMP_ARCH_X32" ],
|
||||
"architectures": [ "SCMP_ARCH_X86", "SCMP_ARCH_X32", "SCMP_ARCH_X86_64" ],
|
||||
"syscalls": [
|
||||
{
|
||||
"names": [ "chmod", "fchmod", "fchmodat", "mkdir" ],
|
||||
|
||||
Reference in New Issue
Block a user