mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
add futex(2) syscall to seccomp sandbox
Apparently needed for some glibc/openssl combinations. Patch from Arkadiusz Miśkiewicz
This commit is contained in:
parent
4488ae1a69
commit
149519b9f2
@ -166,6 +166,9 @@ static const struct sock_filter preauth_insns[] = {
|
||||
#ifdef __NR_exit_group
|
||||
SC_ALLOW(__NR_exit_group),
|
||||
#endif
|
||||
#ifdef __NR_futex
|
||||
SC_ALLOW(__NR_futex),
|
||||
#endif
|
||||
#ifdef __NR_geteuid
|
||||
SC_ALLOW(__NR_geteuid),
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user