Provides an easy to use and platform independent interface to the Linux kernel's syscall filtering mechanism.
Download HTTP: https://github.com/seccomp/libseccomp/releases/download/v2.6.0/libseccomp-2.6.0.tar.gz
Download SHA256 Sum: 83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc
Download Size: 670 KB
Estimated Disk Space: 5.6M
Estimated Build Time: less than 0.5 SBU
Prepare Libseccomp for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr --disable-static
To Compile the Package, issue:
make
Now Install the Package, issue:
make install