[Git][NTPsec/ntpsec][master] ntpd/ntp_sandbox.c: allow clone3 for glibc-2.34 in seccomp filter
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Wed Nov 17 08:10:09 UTC 2021
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
d474682b by Sam James at 2021-11-17T08:03:43+00:00
ntpd/ntp_sandbox.c: allow clone3 for glibc-2.34 in seccomp filter
Bug: https://bugs.gentoo.org/823692
Fixes: https://gitlab.com/NTPsec/ntpsec/-/issues/713
Signed-off-by: Sam James <sam at gentoo.org>
- - - - -
1 changed file:
- ntpd/ntp_sandbox.c
Changes:
=====================================
ntpd/ntp_sandbox.c
=====================================
@@ -401,6 +401,7 @@ int scmp_sc[] = {
* rather than generate a trap.
*/
SCMP_SYS(clone), /* threads */
+ SCMP_SYS(clone3),
SCMP_SYS(kill), /* generate signal */
SCMP_SYS(madvise),
SCMP_SYS(mprotect),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d474682bb30b93d04b7b01c2dd09832e483265ed
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d474682bb30b93d04b7b01c2dd09832e483265ed
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/20211117/b5f17d1e/attachment.htm>
More information about the vc
mailing list