]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-bug-2905.patch
- rel 4; build with openssl 1.1.1
[packages/openssh.git] / openssh-bug-2905.patch
1 --- openssh-portable/sandbox-seccomp-filter.c.org       2018-09-14 10:56:00.557388954 +0200
2 +++ openssh-portable/sandbox-seccomp-filter.c   2018-09-14 11:13:00.051826982 +0200
3 @@ -166,6 +166,9 @@ static const struct sock_filter preauth_
4  #ifdef __NR_exit_group
5         SC_ALLOW(__NR_exit_group),
6  #endif
7 +#ifdef __NR_futex
8 +       SC_ALLOW(__NR_futex),
9 +#endif
10  #ifdef __NR_geteuid
11         SC_ALLOW(__NR_geteuid),
12  #endif
This page took 0.027952 seconds and 3 git commands to generate.