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

Download history 252/week @ 2024-03-13 230/week @ 2024-03-20 274/week @ 2024-03-27 290/week @ 2024-04-03 283/week @ 2024-04-10 260/week @ 2024-04-17 273/week @ 2024-04-24 264/week @ 2024-05-01 216/week @ 2024-05-08 260/week @ 2024-05-15 229/week @ 2024-05-22 291/week @ 2024-05-29 239/week @ 2024-06-05 226/week @ 2024-06-12 288/week @ 2024-06-19 223/week @ 2024-06-26

1,009 downloads per month
Used in 11 crates (6 directly)

LGPL-2.1

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.

Documentation

Dependencies

~43KB