Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705128 | Differences between
and this patch

Collapse All | Expand All

(-)a/ntpd/ntp_sandbox.c (+2 lines)
Lines 309-314 int scmp_sc[] = { Link Here
309
	SCMP_SYS(connect),
309
	SCMP_SYS(connect),
310
	SCMP_SYS(exit),
310
	SCMP_SYS(exit),
311
	SCMP_SYS(exit_group),
311
	SCMP_SYS(exit_group),
312
	SCMP_SYS(faccessat),
312
	SCMP_SYS(fcntl),
313
	SCMP_SYS(fcntl),
313
	SCMP_SYS(fstat),
314
	SCMP_SYS(fstat),
314
	SCMP_SYS(fsync),
315
	SCMP_SYS(fsync),
Lines 334-339 int scmp_sc[] = { Link Here
334
	SCMP_SYS(listen),
335
	SCMP_SYS(listen),
335
	SCMP_SYS(lseek),
336
	SCMP_SYS(lseek),
336
	SCMP_SYS(munmap),
337
	SCMP_SYS(munmap),
338
	SCMP_SYS(newfstatat),
337
	SCMP_SYS(open),
339
	SCMP_SYS(open),
338
#ifdef __NR_openat
340
#ifdef __NR_openat
339
	SCMP_SYS(openat),	/* SUSE */
341
	SCMP_SYS(openat),	/* SUSE */

Return to bug 705128