]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
seccomp: include `fchmodat2` in `@file-system`
authorArseny Maslennikov <arseny@altlinux.org>
Sun, 15 Oct 2023 08:00:00 +0000 (11:00 +0300)
committerArseny Maslennikov <arseny@altlinux.org>
Thu, 19 Oct 2023 12:53:45 +0000 (15:53 +0300)
src/shared/seccomp-util.c

index afe56d516764815eb5120cf766720923f18f33f8..1712f3eff36a921772d162e5d35c0e5944f636f9 100644 (file)
@@ -478,6 +478,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
                 "fchdir\0"
                 "fchmod\0"
                 "fchmodat\0"
+                "fchmodat2\0"
                 "fcntl\0"
                 "fcntl64\0"
                 "fgetxattr\0"