diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-29 03:13:39 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-29 03:13:39 -0500 |
commit | 2552843d964162f7ba105775c05a231d9cdd4ae8 (patch) | |
tree | 977329dfae41ddd4e28b52914b1322516a86763b /system/openssh/openssh-7.5p1-sandbox.patch | |
parent | cf4e117cdbf94bf75339cd49de4161a8c6189bbc (diff) | |
download | packages-2552843d964162f7ba105775c05a231d9cdd4ae8.tar.gz packages-2552843d964162f7ba105775c05a231d9cdd4ae8.tar.bz2 packages-2552843d964162f7ba105775c05a231d9cdd4ae8.tar.xz packages-2552843d964162f7ba105775c05a231d9cdd4ae8.zip |
system/openssh: disable TCP forwarding by default
Diffstat (limited to 'system/openssh/openssh-7.5p1-sandbox.patch')
-rw-r--r-- | system/openssh/openssh-7.5p1-sandbox.patch | 23 |
1 files changed, 0 insertions, 23 deletions
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 <elf.h> - - #include <asm/unistd.h> -+#ifdef __s390__ -+#include <asm/zcrypt.h> -+#endif - - #include <errno.h> - #include <signal.h> -@@ -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 */ |