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 (+9 lines)
Lines 463-468 int scmp_sc[] = { Link Here
463
       SCMP_SYS(send),
463
       SCMP_SYS(send),
464
       SCMP_SYS(stat64),
464
       SCMP_SYS(stat64),
465
#endif
465
#endif
466
#if defined(__arm__)
467
       SCMP_SYS(statx),
468
#endif
469
#if defined(__riscv32__)
470
       SCMP_SYS(faccessat),
471
#endif
472
#if defined(__aarch64__)
473
       SCMP_SYS(syscall);
474
#endif
466
};
475
};
467
       {
476
       {
468
               for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) {
477
               for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) {

Return to bug 705128