]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add __NR_pselect6_time64 to priory
authorRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 21:12:26 +0000 (21:12 +0000)
committerRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 21:12:26 +0000 (21:12 +0000)
src/privsep-linux.c

index 65193035da000aa500aefd5cf4a9a5a078ced9d8..4bbd77967c0ac6780113ebcc0ad7c3a8f657d78a 100644 (file)
@@ -309,6 +309,9 @@ static struct sock_filter ps_seccomp_filter[] = {
 #ifdef __NR_pselect6
        SECCOMP_ALLOW(__NR_pselect6),
 #endif
+#ifdef __NR_pselect6_time64
+       SECCOMP_ALLOW(__NR_pselect6_time64),
+#endif
 #ifdef __NR_read
        SECCOMP_ALLOW(__NR_read),
 #endif