index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-08 18:25:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-08 18:25:09 +0100 |
commit | 45ee2caaa39e4c94fda4d796944a841993ce0ee8 (patch) | |
tree | 6e1aef2d344b2e285e4f02b204ebc8636a4a5aee /core | |
parent | 555ab41cb20b1461ae952d25e205c0b82f212d76 (diff) |
-rw-r--r-- | core/openssh/PKGBUILD | 8 |
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 + ' +)" |