https://bugzilla.mindrot.org/show_bug.cgi?id=3260
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jakub Jelen <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
