]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Newer Glibc use faccessat2 to implement faccessat
authorMichael Scherer <misc@redhat.com>
Sat, 15 Aug 2020 16:12:02 +0000 (18:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 16 Aug 2020 13:10:13 +0000 (15:10 +0200)
cf https://repo.or.cz/glibc.git/commit/3d3ab573a5f3071992cbc4f57d50d1d29d55bde2

This cause breakage on Fedora Rawhide: https://bugzilla.redhat.com/show_bug.cgi?id=1869030

src/shared/seccomp-util.c

index a8dd069a758dbb82edd9266bddb63e1cbadcee49..45bf309bcf8c536306eb99b9e1bb9078e9e33bf3 100644 (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"