summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sandbox-seccomp-filter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 39dc289e3..b5cda70bb 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -282,6 +282,8 @@ static const struct sock_filter preauth_insns[] = {
282 SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO), 282 SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO),
283 SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT), 283 SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT),
284 SC_ALLOW_ARG(__NR_ioctl, 1, ZSECSENDCPRB), 284 SC_ALLOW_ARG(__NR_ioctl, 1, ZSECSENDCPRB),
285 /* Allow ioctls for EP11 crypto card on s390 */
286 SC_ALLOW_ARG(__NR_ioctl, 1, ZSENDEP11CPRB),
285#endif 287#endif
286#if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT) 288#if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT)
287 /* 289 /*