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

Collapse All | Expand All

(-)a/ntpd/ntp_sandbox.c (+1 lines)
Lines 354-359 int scmp_sc[] = { Link Here
354
       SCMP_SYS(openat),       /* SUSE */
354
       SCMP_SYS(openat),       /* SUSE */
355
#endif
355
#endif
356
       SCMP_SYS(poll),
356
       SCMP_SYS(poll),
357
       SCMP_SYS(pread64),
357
       SCMP_SYS(pselect6),
358
       SCMP_SYS(pselect6),
358
       SCMP_SYS(read),
359
       SCMP_SYS(read),
359
       SCMP_SYS(recvfrom),    /* Comment this out for testing.
360
       SCMP_SYS(recvfrom),    /* Comment this out for testing.

Return to bug 786228