vishalmishra434 / rpms / openssh

Forked from rpms/openssh a month ago
Clone
Jakub Jelen bbe3c2
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
Jakub Jelen bbe3c2
index e0768c06..5065ae7e 100644
Jakub Jelen bbe3c2
--- a/sandbox-seccomp-filter.c
Jakub Jelen bbe3c2
+++ b/sandbox-seccomp-filter.c
Jakub Jelen bbe3c2
@@ -267,6 +267,9 @@ static const struct sock_filter preauth_insns[] = {
Jakub Jelen bbe3c2
 #ifdef __NR_pselect6
Jakub Jelen bbe3c2
 	SC_ALLOW(__NR_pselect6),
Jakub Jelen bbe3c2
 #endif
Jakub Jelen bbe3c2
+#ifdef __NR_pselect6_time64
Jakub Jelen bbe3c2
+	SC_ALLOW(__NR_pselect6_time64),
Jakub Jelen bbe3c2
+#endif
Jakub Jelen bbe3c2
 #ifdef __NR_read
Jakub Jelen bbe3c2
 	SC_ALLOW(__NR_read),
Jakub Jelen bbe3c2
 #endif