Blame openssh-6.7p1-seccomp-aarch64.patch
|
Jakub Jelen |
535d34 |
diff -up openssh/configure.ac.seccomp openssh/configure.ac
|
|
Jakub Jelen |
535d34 |
diff -up openssh/sandbox-seccomp-filter.c.seccomp openssh/sandbox-seccomp-filter.c
|
|
Jakub Jelen |
535d34 |
--- openssh/sandbox-seccomp-filter.c.seccomp 2015-06-24 11:45:44.001581471 +0200
|
|
Jakub Jelen |
535d34 |
+++ openssh/sandbox-seccomp-filter.c 2015-06-24 11:51:54.032635297 +0200
|
|
Jakub Jelen |
535d34 |
@@ -165,6 +165,9 @@ static const struct sock_filter preauth_
|
|
|
665648 |
#ifdef __NR__newselect
|
|
|
665648 |
SC_ALLOW(_newselect),
|
|
|
665648 |
#endif
|
|
Jakub Jelen |
68fa4f |
+#ifdef __NR_pselect6 /* AArch64 */
|
|
Jakub Jelen |
bc083e |
+ SC_ALLOW(pselect6),
|
|
Jakub Jelen |
bc083e |
+#endif
|
|
Jakub Jelen |
535d34 |
#ifdef __NR_poll
|
|
Jakub Jelen |
535d34 |
SC_ALLOW(poll),
|
|
Jakub Jelen |
252221 |
#endif
|