seccomp-droundy-sys

Crates.ioseccomp-droundy-sys
lib.rsseccomp-droundy-sys
version0.1.2
sourcesrc
created_at2018-03-11 20:41:33.091506
updated_at2018-03-11 20:41:33.091506
descriptionlow-level bindings to libseccomp
homepage
repositoryhttps://github.com/droundy/seccomp-sys
max_upload_size
id55058
size942,732
David Roundy (droundy)

documentation

README

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.

Commit count: 22

cargo fmt