Name: | libseccomp-devel |
---|---|
Version: | 2.3.1 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 260329 |
License: | LGPLv2 |
RPM: | libseccomp-devel-2.3.1-3.el7.aarch64.rpm |
Source RPM: | libseccomp-2.3.1-3.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/seccomp/libseccomp |
Summary: | Development files used to build applications with libseccomp support |
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 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
- New upstream version - Added support for the ARM architecture - Added the scmp_sys_resolver tool