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 |
#1092 in Unix APIs
8,571 downloads per month
Used in 15 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