View this package for all CentOS/RHEL versions →
How to install libseccomp in CentOS/RHEL 7 (x86_64)
Enhanced seccomp library
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install libseccomp
Description
The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is designed to abstract away the underlying BPF based syscall filter language and present a more conventional function-call based filtering interface. This backport of libseccomp 2.5.x to EL7 adds knowledge of post-Linux-5.6 syscalls (most importantly openat2, used by modern glibc tar) so that the default Docker seccomp profile no longer returns ENOSYS for fc44+ containers.
Compatibility
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
RPMs
| Package | Size | Changelog |
|---|---|---|
| libseccomp-2.6.0-1.el7.x86_64 | 62 KiB |
Danila Vershinin (2026-06-14) - Added support for new architectures: SuperH, LoongArch, and Motorola 68000. · - Introduced multiplexed syscall support for MIPS and PPC. · - Simplified handling of multiplexed syscalls. · - New API for generating seccomp BPF filter in memory. · - Fixed EINVAL error handling for WAIT_KILLABLE_RECV flag. · - Resolved potential memory leak in filter snapshot management. · - Updated Python bindings to use Cython instead of distutils. |
| libseccomp-2.5.5-1.el7.x86_64 | 57 KiB |
Danila Vershinin (2026-06-13) - Backport libseccomp 2.5.5 to EL7 so Docker's default seccomp profile knows · openat2 and other post-5.6 syscalls. Fixes fc44+ container builds dying with · tar: Cannot mkdir: Function not implemented on EL7 hosts (sgwf, siwag). |