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…
Reference in New Issue