From 45ee2caaa39e4c94fda4d796944a841993ce0ee8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 8 Feb 2021 18:25:09 +0100 Subject: core/openssh: emergency patch for glibc 2.33/seccomp breaking SSH logins --- core/openssh/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/openssh/PKGBUILD (limited to 'core/openssh/PKGBUILD') diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD new file mode 100644 index 00000000..15bba40a --- /dev/null +++ b/core/openssh/PKGBUILD @@ -0,0 +1,8 @@ +# for now glibc 2.33 has been updated without libseccomp, so libseccomp +# sandbox fails the login session in sshd +eval "$( + declare -f build | \ + sed ' + s,./configure,./configure --with-sandbox=rlimit,g + ' +)" -- cgit v1.2.3