[Git][NTPsec/ntpsec][master] Correct seccomp whitelist change in previous commit.

Eric S. Raymond gitlab at mg.gitlab.com
Wed Sep 6 11:20:49 UTC 2017


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


Commits:
6b1b54ae by Eric S. Raymond at 2017-09-06T07:20:31-04:00
Correct seccomp whitelist change in previous commit.

- - - - -


1 changed file:

- ntpd/ntp_sandbox.c


Changes:

=====================================
ntpd/ntp_sandbox.c
=====================================
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -317,6 +317,9 @@ int scmp_sc[] = {
 	SCMP_SYS(lseek),
 	SCMP_SYS(munmap),
 	SCMP_SYS(open),
+#ifdef __NR_openat
+	SCMP_SYS(openat),	/* SUSE */
+#endif
 	SCMP_SYS(poll),
 	SCMP_SYS(pselect6),
 	SCMP_SYS(read),
@@ -345,9 +348,6 @@ 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/6b1b54aee7edffc2bd05044802d1d627b3e107b6

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6b1b54aee7edffc2bd05044802d1d627b3e107b6
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/53331a81/attachment.html>


More information about the vc mailing list