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

#561 in Unix APIs

Download history 254/week @ 2023-01-21 259/week @ 2023-01-28 300/week @ 2023-02-04 288/week @ 2023-02-11 313/week @ 2023-02-18 342/week @ 2023-02-25 337/week @ 2023-03-04 287/week @ 2023-03-11 285/week @ 2023-03-18 275/week @ 2023-03-25 263/week @ 2023-04-01 240/week @ 2023-04-08 130/week @ 2023-04-15 150/week @ 2023-04-22 276/week @ 2023-04-29 161/week @ 2023-05-06

738 downloads per month
Used in 11 crates (6 directly)

LGPL-2.1

15KB
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

~39KB