]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - lfs/openssh
OpenSSH: fix login on i?86
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 10 Apr 2020 19:41:14 +0000 (21:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 10 Apr 2020 19:41:14 +0000 (21:41 +0200)
commitb14b37ba67eb52e1423781a329e3ea459a1334f5
treef25062703acd47709f4641a14d96772e8a8e9d14
parent975bd8bc17421a4a72b8263be99d8cce6fe5606d
OpenSSH: fix login on i?86

glibc calls clock_nanosleep_time64 syscall even if it not defined in
the headers for this arch and the seccomp filter kills the process
with because an unknown syscall.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/openssh
src/patches/OpenSSH-8.2p1_glibc-2.31_clock_nanosleep_time64.patch [new file with mode: 0644]