seccomp-droundy-sys 0.1.2

low-level bindings to libseccomp
Documentation

seccomp-droundy-sys

Raw bindings to libseccomp. Does not require libseccomp to be installed, but instead compiles it from source if it is not installed.

This is a fork of https://github.com/polachok/seccomp-sys.

This library provides a high level interface to constructing, analyzing and installing seccomp filters via a BPF passed to the Linux Kernel's prctl() syscall.