linux: add faccessat2 to default seccomp rules.

This commit is contained in:
Joris Vink 2024-04-29 09:46:44 +02:00
parent 6fbb6d188e
commit 860e21aa50
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ static struct sock_filter filter_kore[] = {
#endif
#if defined(SYS_newfstatat)
KORE_SYSCALL_ALLOW(newfstatat),
#endif
#if defined(SYS_faccessat2)
KORE_SYSCALL_ALLOW(faccessat2),
#endif
KORE_SYSCALL_ALLOW(write),
KORE_SYSCALL_ALLOW(fcntl),