[Git][NTPsec/ntpsec][master] seccomp: improve mmap comment.

Gary E. Miller gitlab at mg.gitlab.com
Mon Jun 12 22:52:15 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
6ae5d620 by Gary E. Miller at 2017-06-12T15:49:52-07:00
seccomp: improve mmap comment.

- - - - -


1 changed file:

- ntpd/ntp_sandbox.c


Changes:

=====================================
ntpd/ntp_sandbox.c
=====================================
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -392,7 +392,8 @@ int scmp_sc[] = {
 	SCMP_SYS(sendmsg),
 
 #ifdef SYS_mmap
-	SCMP_SYS(mmap),           /* gentoo 64-bit and 32-bit use this */
+	/* gentoo 64-bit and 32-bit, Intel and Arm use mmap */
+	SCMP_SYS(mmap),           
 #endif
 #if defined(__i386__) || defined(__arm__)
 	SCMP_SYS(_newselect),



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

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6ae5d6206045b210fef4a29564d3a051e2003ec6
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/20170612/131f8b9a/attachment.html>


More information about the vc mailing list