mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Deny (non-fatal) statx in preauth privsep child.
This commit is contained in:
parent
a35d3e911e
commit
2e0beff67d
@ -181,6 +181,9 @@ static const struct sock_filter preauth_insns[] = {
|
||||
#ifdef __NR_ipc
|
||||
SC_DENY(__NR_ipc, EACCES),
|
||||
#endif
|
||||
#ifdef __NR_statx
|
||||
SC_DENY(__NR_statx, EACCES),
|
||||
#endif
|
||||
|
||||
/* Syscalls to permit */
|
||||
#ifdef __NR_brk
|
||||
|
Loading…
x
Reference in New Issue
Block a user