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 154-159 Link Here
154
#ifdef __NR_fstat64
154
#ifdef __NR_fstat64
155
	SC_DENY(__NR_fstat64, EACCES),
155
	SC_DENY(__NR_fstat64, EACCES),
156
#endif
156
#endif
157
#ifdef __NR_fstatat64
158
	SC_DENY(__NR_fstatat64, EACCES),
159
#endif
157
#ifdef __NR_open
160
#ifdef __NR_open
158
	SC_DENY(__NR_open, EACCES),
161
	SC_DENY(__NR_open, EACCES),
159
#endif
162
#endif

Return to bug 3276