index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 + ' +)" |