summaryrefslogtreecommitdiff
blob: e4dc47f19cc6aa1c5469f16f9bd650d29032fe4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/705128
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -463,6 +463,15 @@ int scmp_sc[] = {
        SCMP_SYS(send),
        SCMP_SYS(stat64),
 #endif
+#if defined(__arm__)
+       SCMP_SYS(statx),
+#endif
+#if defined(__riscv32__)
+       SCMP_SYS(faccessat),
+#endif
+#if defined(__aarch64__)
+       SCMP_SYS(syscall);
+#endif
 };
        {
                for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) {