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

Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (-1 / +3 lines)
Lines 207-212 static const struct sock_filter preauth_insns[] = { Link Here
207
#ifdef __NR_futex
207
#ifdef __NR_futex
208
	SC_ALLOW(__NR_futex),
208
	SC_ALLOW(__NR_futex),
209
#endif
209
#endif
210
#ifdef __NR_futex_time64
211
	SC_ALLOW(__NR_futex_time64),
212
#endif
210
#ifdef __NR_geteuid
213
#ifdef __NR_geteuid
211
	SC_ALLOW(__NR_geteuid),
214
	SC_ALLOW(__NR_geteuid),
212
#endif
215
#endif
213
- 

Return to bug 3260