Skip to content
Snippets Groups Projects
Commit e4cfc42c authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Address GitLab issue #379: seccomp crashes ntpd

parent 84962e40
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -345,6 +345,9 @@ int scmp_sc[] = {
SCMP_SYS(socketcall), /* old kernels */
SCMP_SYS(stat),
SCMP_SYS(statfs64), /* from getaddrinfo after lid open */
#ifdef __NR_sys_openat
SCMP_SYS(sys_openat), /* SUSE */
#endif
#ifdef __NR_time
SCMP_SYS(time), /* not in ARM */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment