[openssh-commits] [openssh] 04/04: add missing pselect6
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 25 09:53:24 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit bc20205c91c9920361d12b15d253d4997dba494a
Author: Damien Miller <djm at mindrot.org>
Date: Thu Jun 25 09:51:39 2015 +1000
add missing pselect6
patch from Jakub Jelen
---
sandbox-seccomp-filter.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index c1fe1f3..ef9d6fa 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list