mcst-linux-kernel/patches-2024.06.26/dhcpcd-10.0.0/0001-Define-SECCOMP_AUDIT_A...

12 lines
370 B
Diff

--- a/src/privsep-linux.c 2023-04-17 14:22:38.252391153 +0300
+++ b/src/privsep-linux.c 2023-04-17 14:27:38.108108089 +0300
@@ -272,6 +272,8 @@
# endif
#elif defined(__xtensa__)
# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_XTENSA
+#elif defined(__e2k__)
+# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_E2K
#else
# error "Platform does not support seccomp filter yet"
#endif