summaryrefslogtreecommitdiffstats
path: root/src/privsep-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/privsep-linux.c')
-rw-r--r--src/privsep-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/privsep-linux.c b/src/privsep-linux.c
index e81689bb..e2f12b02 100644
--- a/src/privsep-linux.c
+++ b/src/privsep-linux.c
@@ -204,6 +204,8 @@ ps_root_sendnetlink(struct dhcpcd_ctx *ctx, int protocol, struct msghdr *msg)
# else
# define AUDIT_ARCH_SPARC
# endif
+#elif defined(__xtensa__)
+# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_XTENSA
#else
# error "Platform does not support seccomp filter yet"
#endif