Add new pselect6_time64 syscall on ARM.
This is apparently needed on armhfp/armv7hl. bz#3232, patch from jjelen at redhat.com.
This commit is contained in:
parent
3a7c46c72b
commit
0f90440ca7
|
@ -267,6 +267,9 @@ static const struct sock_filter preauth_insns[] = {
|
|||
#ifdef __NR_pselect6
|
||||
SC_ALLOW(__NR_pselect6),
|
||||
#endif
|
||||
#ifdef __NR_pselect6_time64
|
||||
SC_ALLOW(__NR_pselect6_time64),
|
||||
#endif
|
||||
#ifdef __NR_read
|
||||
SC_ALLOW(__NR_read),
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue