patch from Jakub Jelen
This commit is contained in:
Damien Miller 2015-06-25 09:51:39 +10:00
Родитель 9d27fb73b4
Коммит bc20205c91
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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