libseccomp-2.6.0

Introduction to libseccomp

The libseccomp package provides an easy to use and platform independent interface to the Linux kernel's syscall filtering mechanism.

This package is known to build and work properly using an LFS 12.3 platform.

Package Information

libseccomp Dependencies

Optional

Which-2.23 (needed for tests), Valgrind-3.24.0, cython-3.0.12 (for python bindings), and LCOV

Installation of libseccomp

Install libseccomp by running the following commands:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-python: this switch is needed to build python bindings if cython-3.0.12 is installed. The option --disable-static must not be given if this option is used.

Contents

Installed Program: scmp_sys_resolver
Installed Library: libseccomp.so
Installed Directories: None

Short Descriptions

scmp_sys_resolver

is used to resolve system calls for applications

libseccomp.so

contains API functions for translating syscalls