Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 834019
Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (+3 lines)
Lines 276-281 static const struct sock_filter preauth_insns[] = { Link Here
276
#ifdef __NR_ppoll
276
#ifdef __NR_ppoll
277
	SC_ALLOW(__NR_ppoll),
277
	SC_ALLOW(__NR_ppoll),
278
#endif
278
#endif
279
#ifdef __NR_ppoll_time64
280
	SC_ALLOW(__NR_ppoll_time64),
281
#endif
279
#ifdef __NR_poll
282
#ifdef __NR_poll
280
	SC_ALLOW(__NR_poll),
283
	SC_ALLOW(__NR_poll),
281
#endif
284
#endif

Return to bug 834019