summaryrefslogtreecommitdiffstats
path: root/src/shared/seccomp-util.c
diff options
context:
space:
mode:
authorArseny Maslennikov <arseny@altlinux.org>2023-10-15 10:00:00 +0200
committerArseny Maslennikov <arseny@altlinux.org>2023-10-19 14:53:45 +0200
commit6e10405aa25fe5e76b740d9ec59730e3f4470c7a (patch)
treec650bd1458dbc2a65c8c4a2c66144785dc63fe90 /src/shared/seccomp-util.c
parentbasic/missing_syscall: generate defs for `fchmodat2(2)` (diff)
downloadsystemd-6e10405aa25fe5e76b740d9ec59730e3f4470c7a.tar.xz
systemd-6e10405aa25fe5e76b740d9ec59730e3f4470c7a.zip
seccomp: include `fchmodat2` in `@file-system`
Diffstat (limited to 'src/shared/seccomp-util.c')
-rw-r--r--src/shared/seccomp-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c
index afe56d5167..1712f3eff3 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"