[Git][NTPsec/ntpsec][master] Address GitLab issue #379: seccomp crashes ntpd

Eric S. Raymond gitlab at mg.gitlab.com
Wed Sep 6 11:17:28 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
e4cfc42c by Eric S. Raymond at 2017-09-06T07:17:15-04:00
Address GitLab issue #379: seccomp crashes ntpd

- - - - -


1 changed file:

- ntpd/ntp_sandbox.c


Changes:

=====================================
ntpd/ntp_sandbox.c
=====================================
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -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



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e4cfc42cf65a15adc6db2ebf6100583d31ca8bc0

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e4cfc42cf65a15adc6db2ebf6100583d31ca8bc0
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170906/cd028bf4/attachment.html>


More information about the vc mailing list