]> git.ipfire.org Git - thirdparty/systemd.git/commit
seccomp: add arm_fadvise64_64 to system-service group
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Jul 2023 03:28:06 +0000 (12:28 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 11 Jul 2023 09:54:09 +0000 (11:54 +0200)
commit26b682e81692fa637c1d23e827069f31385d3f7c
tree2ab4b4f52b92463b8b8144ef420b4231d32b0e8d
parent08617bb2d9d9260744516d86ca080781dffc0288
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