blob: 15bba40ae440b50af4645de0f0797e6d48fcb00f (
plain)
1
2
3
4
5
6
7
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
'
)"
|