diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index c1fe1f3e9..ef9d6fa26 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -168,6 +168,9 @@ static const struct sock_filter preauth_insns[] = { #ifdef __NR_poll SC_ALLOW(poll), #endif +#ifdef __NR_pselect6 + SC_ALLOW(pselect6), +#endif #ifdef __NR_read SC_ALLOW(read), #endif