1 unstable release
Uses old Rust 2015
0.1.2 | Mar 11, 2018 |
---|
#9 in #libseccomp
Used in 3 crates
(via seccomp-droundy)
650KB
16K
SLoC
Contains (obscure autoconf code, 5KB) libseccomp/configure.ac
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.