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

Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (+3 lines)
Lines 204-209 Link Here
204
#ifdef __NR_exit_group
204
#ifdef __NR_exit_group
205
	SC_ALLOW(__NR_exit_group),
205
	SC_ALLOW(__NR_exit_group),
206
#endif
206
#endif
207
#ifdef __NR_fstatat64
208
	SC_ALLOW(__NR_fstatat64),
209
#endif
207
#ifdef __NR_futex
210
#ifdef __NR_futex
208
	SC_ALLOW(__NR_futex),
211
	SC_ALLOW(__NR_futex),
209
#endif
212
#endif

Return to bug 3276