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

(-)a/src/seccomp.c (+3 lines)
Lines 175-180 Link Here
175
#ifdef __NR_faccessat
175
#ifdef __NR_faccessat
176
	ALLOW_RULE(faccessat);
176
	ALLOW_RULE(faccessat);
177
#endif
177
#endif
178
#ifdef __NR_faccessat2
179
	ALLOW_RULE(faccessat2);
180
#endif
178
	ALLOW_RULE(fcntl);
181
	ALLOW_RULE(fcntl);
179
 	ALLOW_RULE(fcntl64);
182
 	ALLOW_RULE(fcntl64);
180
#ifdef __NR_fstat
183
#ifdef __NR_fstat

Return to bug 889046