]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-bug-2905.patch
- release 4 (by relup.sh)
[packages/openssh.git] / openssh-bug-2905.patch
CommitLineData
d2583ea7
AM
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.034088 seconds and 4 git commands to generate.