summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/openssh/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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
+ '
+)"