An open API service indexing awesome lists of open source software.

https://github.com/polachok/seccomp-sys

low-level bindings to libseccomp
https://github.com/polachok/seccomp-sys

linux rust rust-library seccomp security

Last synced: 4 months ago
JSON representation

low-level bindings to libseccomp

Awesome Lists containing this project

README

          

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)