View | Details | Raw Unified | Return to bug 3093
Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (+3 lines)
Lines 242-247 static const struct sock_filter preauth_insns[] = { Link Here
242
#ifdef __NR_nanosleep
242
#ifdef __NR_nanosleep
243
	SC_ALLOW(__NR_nanosleep),
243
	SC_ALLOW(__NR_nanosleep),
244
#endif
244
#endif
245
#ifdef __NR_clock_nanosleep
246
	SC_ALLOW(__NR_clock_nanosleep),
247
#endif
245
#ifdef __NR__newselect
248
#ifdef __NR__newselect
246
	SC_ALLOW(__NR__newselect),
249
	SC_ALLOW(__NR__newselect),
247
#endif
250
#endif

Return to bug 3093