Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 371 Bytes

seccomp-sys

Raw bindings to libseccomp. Requires libseccomp to be installed.

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.

Documentation