diff --git a/contrib/cmd/seccompagent/config.json b/contrib/cmd/seccompagent/config.json index e4f918102..d35c2a639 100644 --- a/contrib/cmd/seccompagent/config.json +++ b/contrib/cmd/seccompagent/config.json @@ -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" ],