From 26b682e81692fa637c1d23e827069f31385d3f7c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 11 Jul 2023 12:28:06 +0900 Subject: [PATCH] seccomp: add arm_fadvise64_64 to system-service group fadvise64 and fadvise64_64 are already in the group, but arm_ version was not. Fixes #28350. --- src/shared/seccomp-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index ed3119d14e..bd9660cb35 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -890,6 +890,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "@signal\0" "@sync\0" "@timer\0" + "arm_fadvise64_64\0" "capget\0" "capset\0" "copy_file_range\0" -- 2.25.1