View | Details | Raw Unified | Return to bug 2361 | Differences between
and this patch

Collapse All | Expand All

(-)openssh/sandbox-seccomp-filter.c.seccomp (+3 lines)
Lines 165-170 static const struct sock_filter preauth_ Link Here
165
#ifdef __NR__newselect
165
#ifdef __NR__newselect
166
   SC_ALLOW(_newselect),
166
   SC_ALLOW(_newselect),
167
#endif
167
#endif
168
#ifdef __NR_pselect6
169
   SC_ALLOW(pselect6),
170
#endif
168
#ifdef __NR_poll
171
#ifdef __NR_poll
169
   SC_ALLOW(poll),
172
   SC_ALLOW(poll),
170
#endif
173
#endif

Return to bug 2361