]> git.ipfire.org Git - thirdparty/systemd.git/commit
Bump required minimum version of libseccomp to 2.4.0
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Aug 2025 15:58:56 +0000 (00:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Jan 2026 03:54:18 +0000 (12:54 +0900)
commit431fc656bcff3038fa257d7dcaf577f02361760a
tree481377ff5494527d40d8f32df97fbca184a722d0
parent23c82484e7f91c7088bfa29581ed42f851bfdc57
Bump required minimum version of libseccomp to 2.4.0

Major distributions already have libseccomp 2.5.x or newer.
Let's bump to the required minimum version to 2.4.0, which provides
SCMP_ACT_KILL_PROCESS, SCMP_ACT_LOG, SCMP_ARCH_PARISC, and
SCMP_ARCH_PARISC64.

Note, libseccomp 2.4.0 was released on 2019-03-15.

See also #38608.
README
meson.build
src/core/exec-invoke.c
src/nspawn/nspawn-oci.c
src/shared/seccomp-util.c
src/shared/seccomp-util.h
src/test/test-seccomp.c