Name: | libseccomp |
---|---|
Version: | 2.3.1 |
Release: | 4.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 304131 |
License: | LGPLv2 |
RPM: | libseccomp-2.3.1-4.el7.aarch64.rpm |
Source RPM: | libseccomp-2.3.1-4.el7.src.rpm |
Build Date: | Wed Apr 01 2020 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/seccomp/libseccomp |
Summary: | Enhanced seccomp library |
Description: | The libseccomp library provides an easy to use interface to the Linux Kernel's syscall filtering mechanism, seccomp. The libseccomp API allows an application to specify which syscalls, and optionally which syscall arguments, the application is allowed to execute, all of which are enforced by the Linux Kernel. |
- Added statx syscall
- Added the ppc arch to the build
- Fix a typo with the ppc64le architecture
- Escape the macros in the changelog to make rpmlint and friends happy
- New upstream version
- Removed '--disable-static' from the build to ensure that scmp_sys_resolver is self contained and resolve RPATH issues
- New upstream version - Added aarch64 support - Move to an autotools based build system
- Build with CFLAGS="${optflags}" (RHBZ #1070774)
- Mass rebuild 2013-12-27
- New upstream version - Added a %check procedure for self-test during build