2015-06-24 12:11:59 +00:00
|
|
|
diff -up openssh/configure.ac.seccomp openssh/configure.ac
|
|
|
|
diff -up openssh/sandbox-seccomp-filter.c.seccomp openssh/sandbox-seccomp-filter.c
|
|
|
|
--- openssh/sandbox-seccomp-filter.c.seccomp 2015-06-24 11:45:44.001581471 +0200
|
|
|
|
+++ openssh/sandbox-seccomp-filter.c 2015-06-24 11:51:54.032635297 +0200
|
|
|
|
@@ -165,6 +165,9 @@ static const struct sock_filter preauth_
|
2015-02-23 16:36:03 +00:00
|
|
|
#ifdef __NR__newselect
|
|
|
|
SC_ALLOW(_newselect),
|
|
|
|
#endif
|
2015-03-10 06:12:13 +00:00
|
|
|
+#ifdef __NR_pselect6 /* AArch64 */
|
2015-02-26 14:52:20 +00:00
|
|
|
+ SC_ALLOW(pselect6),
|
|
|
|
+#endif
|
2015-06-24 12:11:59 +00:00
|
|
|
#ifdef __NR_poll
|
|
|
|
SC_ALLOW(poll),
|
2015-06-24 08:38:35 +00:00
|
|
|
#endif
|