forked from rpms/openssh
c8a4397d72
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/openssh.git#126d278fec03d044c5d4a19015f1214420ec9097
15 lines
408 B
Diff
15 lines
408 B
Diff
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
|
|
index e0768c06..5065ae7e 100644
|
|
--- a/sandbox-seccomp-filter.c
|
|
+++ b/sandbox-seccomp-filter.c
|
|
@@ -267,6 +267,9 @@ static const struct sock_filter preauth_insns[] = {
|
|
#ifdef __NR_pselect6
|
|
SC_ALLOW(__NR_pselect6),
|
|
#endif
|
|
+#ifdef __NR_pselect6_time64
|
|
+ SC_ALLOW(__NR_pselect6_time64),
|
|
+#endif
|
|
#ifdef __NR_read
|
|
SC_ALLOW(__NR_read),
|
|
#endif
|