Skip to content

Commit

Permalink
seccomp: add arm_fadvise64_64 to system-service group
Browse files Browse the repository at this point in the history
fadvise64 and fadvise64_64 are already in the group, but arm_ version
was not.

Fixes #28350.

(cherry picked from commit 26b682e)
  • Loading branch information
yuwata authored and keszybz committed Jul 17, 2023
1 parent cffc34c commit 6dd8e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/seccomp-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,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"
Expand Down

0 comments on commit 6dd8e62

Please sign in to comment.