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

#1062 in Unix APIs

Download history 273/week @ 2024-09-02 228/week @ 2024-09-09 185/week @ 2024-09-16 250/week @ 2024-09-23 213/week @ 2024-09-30 130/week @ 2024-10-07 189/week @ 2024-10-14 162/week @ 2024-10-21 153/week @ 2024-10-28 219/week @ 2024-11-04 193/week @ 2024-11-11 206/week @ 2024-11-18 200/week @ 2024-11-25 339/week @ 2024-12-02 313/week @ 2024-12-09 229/week @ 2024-12-16

1,107 downloads per month
Used in 12 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