# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/openssh/hotfix-seccomp_times64.patch # Copyright (C) 2021 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- openssh-8.4p1/sandbox-seccomp-filter.c.vanilla 2021-02-26 15:45:05.928000000 +0100 +++ openssh-8.4p1/sandbox-seccomp-filter.c 2021-02-26 15:56:44.552000000 +0100 @@ -264,6 +267,9 @@ #ifdef __NR_pselect6 SC_ALLOW(__NR_pselect6), #endif +#ifdef __NR_pselect6_time64 + SC_ALLOW(__NR_pselect6_time64), +#endif #ifdef __NR_read SC_ALLOW(__NR_read), #endif