[Bug 3260] seccomp additions for glibc 2.33 on 32-bit platforms
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Feb 11 02:42:49 AEDT 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3260
Jakub Jelen <jjelen at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jjelen at redhat.com
--- Comment #1 from Jakub Jelen <jjelen at redhat.com> ---
Comment on attachment 3470
--> https://bugzilla.mindrot.org/attachment.cgi?id=3470
seccomp additions for glibc 2.33
The __NR_pselect6_time64 is already in as reported in the bug #3232 and
merged upstream as [1]. The __NR_futex_time64 has wrong ifdef at this
moment and should say:
+#ifdef __NR_futex_time64
+ SC_ALLOW(__NR_futex_time64),
+#endif
[1] https://github.com/openssh/openssh-portable/commit/0f90440ca
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list