diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index a8dd069a75..45bf309bcf 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -402,6 +402,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "close\0" "creat\0" "faccessat\0" + "faccessat2\0" "fallocate\0" "fchdir\0" "fchmod\0"