]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-bug-2905.patch
- rediff patches
[packages/openssh.git] / openssh-bug-2905.patch
1 diff -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),
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.205243 seconds and 3 git commands to generate.