mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Sandboxed compiles: add arm64 support to clsi seccomp profile
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user