#linux

sys seccomp-sys

low-level bindings to libseccomp

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

Download history 3344/week @ 2025-09-14 3732/week @ 2025-09-21 3347/week @ 2025-09-28 3633/week @ 2025-10-05 5101/week @ 2025-10-12 3211/week @ 2025-10-19 2508/week @ 2025-10-26 2259/week @ 2025-11-02 2600/week @ 2025-11-09 2565/week @ 2025-11-16 1781/week @ 2025-11-23 2048/week @ 2025-11-30 1783/week @ 2025-12-07

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