4 releases
Uses old Rust 2015
0.1.3 | Sep 22, 2019 |
---|---|
0.1.2 | Apr 7, 2017 |
0.1.1 | Apr 7, 2016 |
0.1.0 | Feb 25, 2016 |
#783 in Unix APIs
1,009 downloads per month
Used in 11 crates
(6 directly)
16KB
127 lines
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.
Dependencies
~43KB