DistroBaker c8a439
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
DistroBaker c8a439
index e0768c06..5065ae7e 100644
DistroBaker c8a439
--- a/sandbox-seccomp-filter.c
DistroBaker c8a439
+++ b/sandbox-seccomp-filter.c
DistroBaker c8a439
@@ -267,6 +267,9 @@ static const struct sock_filter preauth_insns[] = {
DistroBaker c8a439
 #ifdef __NR_pselect6
DistroBaker c8a439
 	SC_ALLOW(__NR_pselect6),
DistroBaker c8a439
 #endif
DistroBaker c8a439
+#ifdef __NR_pselect6_time64
DistroBaker c8a439
+	SC_ALLOW(__NR_pselect6_time64),
DistroBaker c8a439
+#endif
DistroBaker c8a439
 #ifdef __NR_read
DistroBaker c8a439
 	SC_ALLOW(__NR_read),
DistroBaker c8a439
 #endif