add missing pselect6

patch from Jakub Jelen
This commit is contained in:
Damien Miller 2015-06-25 09:51:39 +10:00
parent 9d27fb73b4
commit bc20205c91
1 changed files with 3 additions and 0 deletions

View File

@ -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