From 2552843d964162f7ba105775c05a231d9cdd4ae8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 29 Jul 2018 03:13:39 -0500 Subject: system/openssh: disable TCP forwarding by default --- system/openssh/openssh-7.5p1-sandbox.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 system/openssh/openssh-7.5p1-sandbox.patch (limited to 'system/openssh/openssh-7.5p1-sandbox.patch') diff --git a/system/openssh/openssh-7.5p1-sandbox.patch b/system/openssh/openssh-7.5p1-sandbox.patch deleted file mode 100644 index 7d09632c8..000000000 --- a/system/openssh/openssh-7.5p1-sandbox.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c -index 3a1aedce72c2..a8d472a63ccb 100644 ---- a/sandbox-seccomp-filter.c -+++ b/sandbox-seccomp-filter.c -@@ -50,6 +50,9 @@ - #include - - #include -+#ifdef __s390__ -+#include -+#endif - - #include - #include -@@ -235,7 +235,7 @@ static const struct sock_filter preauth_insns[] = { - * x86-64 syscall under some circumstances, e.g. - * https://bugs.debian.org/849923 - */ -- SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT); -+ SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT), - #endif - - /* Default deny */ -- cgit v1.2.3-70-g09d2