From: Arseny Maslennikov Date: Sun, 15 Oct 2023 08:00:00 +0000 (+0300) Subject: seccomp: include `fchmodat2` in `@file-system` X-Git-Tag: v255-rc1~190^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e10405aa25fe5e76b740d9ec59730e3f4470c7a;p=thirdparty%2Fsystemd.git seccomp: include `fchmodat2` in `@file-system` --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index afe56d51676..1712f3eff36 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -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"