View | Details | Raw Unified | Return to bug 2752 | Differences between
and this patch

Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (-1 / +2 lines)
Lines 250-255 static const struct sock_filter preauth_insns[] = { Link Here
250
	SC_ALLOW_ARG(__NR_ioctl, 1, Z90STAT_STATUS_MASK),
250
	SC_ALLOW_ARG(__NR_ioctl, 1, Z90STAT_STATUS_MASK),
251
	SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO),
251
	SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO),
252
	SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT),
252
	SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT),
253
	/* Allow ioctls for EP11 crypto card on s390 */
254
	SC_ALLOW_ARG(__NR_ioctl, 1, ZSENDEP11CPRB),
253
#endif
255
#endif
254
#if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT)
256
#if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT)
255
	/*
257
	/*
256
- 

Return to bug 2752