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

#1045 in Unix APIs

Download history 228/week @ 2024-07-20 190/week @ 2024-07-27 216/week @ 2024-08-03 224/week @ 2024-08-10 200/week @ 2024-08-17 192/week @ 2024-08-24 316/week @ 2024-08-31 217/week @ 2024-09-07 215/week @ 2024-09-14 234/week @ 2024-09-21 228/week @ 2024-09-28 147/week @ 2024-10-05 188/week @ 2024-10-12 156/week @ 2024-10-19 148/week @ 2024-10-26 180/week @ 2024-11-02

679 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

~44KB