]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
add missing pselect6
authorDamien Miller <djm@mindrot.org>
Wed, 24 Jun 2015 23:51:39 +0000 (09:51 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 24 Jun 2015 23:51:39 +0000 (09:51 +1000)
patch from Jakub Jelen

sandbox-seccomp-filter.c

index c1fe1f3e9554f0dae98fc7bc138e029c1fd971bd..ef9d6fa26dcb49bf9602a93936f232cb1c26b43d 100644 (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