]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-bug-2905.patch
- rediff patches
[packages/openssh.git] / openssh-bug-2905.patch
CommitLineData
7ae7664a
AM
1diff -urNp -x '*.orig' openssh-8.4p1.org/sandbox-seccomp-filter.c openssh-8.4p1/sandbox-seccomp-filter.c
2--- openssh-8.4p1.org/sandbox-seccomp-filter.c 2020-09-27 09:25:01.000000000 +0200
3+++ openssh-8.4p1/sandbox-seccomp-filter.c 2021-03-01 11:30:52.381809172 +0100
4@@ -204,6 +204,9 @@ static const struct sock_filter preauth_
5 #ifdef __NR_futex
6 SC_ALLOW(__NR_futex),
d2583ea7
AM
7 #endif
8+#ifdef __NR_futex
9+ SC_ALLOW(__NR_futex),
10+#endif
11 #ifdef __NR_geteuid
12 SC_ALLOW(__NR_geteuid),
13 #endif
This page took 0.074374 seconds and 4 git commands to generate.