From 30a26809eae8367c7a23ed3fe48ff4b4e529c6ec 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": [ {