View this package for all CentOS/RHEL versions →
How to install libseccomp-utils in CentOS/RHEL 7 (x86_64)
Utilities for the libseccomp 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-utils
Description
Several command line utilities for working with the libseccomp library, including scmp_sys_resolver for translating between syscall names and numbers.
Compatibility
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
RPMs
| Package | Size | Changelog |
|---|---|---|
| libseccomp-utils-2.6.0-1.el7.x86_64 | 8 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-utils-2.5.5-1.el7.x86_64 | 7 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). |