Commit 3d12e32e authored by Ilya Sorochan's avatar Ilya Sorochan
Browse files

enable seccomp on loongarch64

parent be57475e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,6 +72,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"
+4 −0
Original line number Diff line number Diff line
@@ -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"