From 523e5c3fcfb1c757c28acb2dc4082c22f21bfa0f Mon Sep 17 00:00:00 2001 From: yu-i-i Date: Mon, 2 Feb 2026 17:23:04 +0100 Subject: [PATCH] Sandboxed compiles: add arm64 support to clsi seccomp profile --- services/clsi/seccomp/clsi-profile.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index f682d12ac2..0a89877ead 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/services/clsi/seccomp/clsi-profile.json @@ -3,7 +3,9 @@ "architectures": [ "SCMP_ARCH_X86_64", "SCMP_ARCH_X86", - "SCMP_ARCH_X32" + "SCMP_ARCH_X32", + "SCMP_ARCH_AARCH64", + "SCMP_ARCH_ARM" ], "syscalls": [ {