enable seccomp on loongarch64

This commit is contained in:
Ilya Sorochan
2026-02-16 11:26:55 +03:00
parent be57475eee
commit 3d12e32ee9
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ bool dropcaps(void);
# define ARCH_NR AUDIT_ARCH_RISCV64
#elif defined(__loongarch__) && __loongarch_grlen == 64
# define ARCH_NR AUDIT_ARCH_LOONGARCH64
#else
# error "Platform does not support seccomp filter yet"