Newer Glibc use faccessat2 to implement faccessat

cf https://repo.or.cz/glibc.git/commit/3d3ab573a5f3071992cbc4f57d50d1d29d55bde2

This cause breakage on Fedora Rawhide: https://bugzilla.redhat.com/show_bug.cgi?id=1869030
This commit is contained in:
Michael Scherer 2020-08-15 18:12:02 +02:00 committed by Lennart Poettering
parent 61c8b73a35
commit bcf08acbff
1 changed files with 1 additions and 0 deletions

View File

@ -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"