diff options
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 3 |
1 files changed, 3 insertions, 0 deletions
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[] = { | |||
168 | #ifdef __NR_poll | 168 | #ifdef __NR_poll |
169 | SC_ALLOW(poll), | 169 | SC_ALLOW(poll), |
170 | #endif | 170 | #endif |
171 | #ifdef __NR_pselect6 | ||
172 | SC_ALLOW(pselect6), | ||
173 | #endif | ||
171 | #ifdef __NR_read | 174 | #ifdef __NR_read |
172 | SC_ALLOW(read), | 175 | SC_ALLOW(read), |
173 | #endif | 176 | #endif |