seccomp-sys 0.1.2

low-level bindings to libseccomp
Documentation
1
2
3
4
5
6
7
8
9
seccomp-sys
-----------

Raw bindings to libseccomp. Requires [libseccomp](https://github.com/seccomp/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](http://plhk.ru/static/doc/seccomp-sys/seccomp_sys/index.html)