diff options
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index bcea77997..f216ba353 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -253,6 +253,8 @@ static const struct sock_filter preauth_insns[] = { | |||
253 | SC_ALLOW_ARG(__NR_ioctl, 1, Z90STAT_STATUS_MASK), | 253 | SC_ALLOW_ARG(__NR_ioctl, 1, Z90STAT_STATUS_MASK), |
254 | SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO), | 254 | SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO), |
255 | SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT), | 255 | SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT), |
256 | /* Allow ioctls for EP11 crypto card on s390 */ | ||
257 | SC_ALLOW_ARG(__NR_ioctl, 1, ZSENDEP11CPRB), | ||
256 | #endif | 258 | #endif |
257 | #if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT) | 259 | #if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT) |
258 | /* | 260 | /* |