Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 636298 Details for
Bug 721150
net-misc/ntpsec-1.1.8[seccomp] with sys-libs/glibc-2.31: SIGSYS/seccomp bad syscall 305
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
ntpsec-add-clock_adjtime.patch (text/plain), 540 bytes, created by
Maciej S. Szmigiero
on 2020-05-05 23:13:52 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2020-05-05 23:13:52 UTC
Size:
540 bytes
patch
obsolete
>--- a/ntpd/ntp_sandbox.c >+++ b/ntpd/ntp_sandbox.c >@@ -411,7 +411,15 @@ > SCMP_SYS(getpid), > SCMP_SYS(gettid), > SCMP_SYS(geteuid), >+/* __NR_ppoll is not available in Fedora 31. >+ * Needed by getaddrinfo on Arch Linux. 2019-Dec */ >+/* But somebody switched to SNR vs NR so we need a way >+ * to test for old/new so we can do the right ifdef. */ >+// Currently broken on Arch Linux but passes GitLab CI >+#ifdef __NR_ppoll > SCMP_SYS(ppoll), >+ SCMP_SYS(clock_adjtime), >+#endif > SCMP_SYS(sendmsg), > #ifdef __NR_geteuid32 > SCMP_SYS(geteuid32),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 721150
: 636298