Sandboxed compiles: add arm64 support to clsi seccomp profile

This commit is contained in:
yu-i-i
2026-02-02 17:23:04 +01:00
parent 773f3a15f6
commit 30a26809ea

View File

@@ -3,7 +3,9 @@
"architectures": [ "architectures": [
"SCMP_ARCH_X86_64", "SCMP_ARCH_X86_64",
"SCMP_ARCH_X86", "SCMP_ARCH_X86",
"SCMP_ARCH_X32" "SCMP_ARCH_X32",
"SCMP_ARCH_AARCH64",
"SCMP_ARCH_ARM"
], ],
"syscalls": [ "syscalls": [
{ {