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

#1113 in Unix APIs

Download history 217/week @ 2024-11-16 182/week @ 2024-11-23 338/week @ 2024-11-30 300/week @ 2024-12-07 290/week @ 2024-12-14 152/week @ 2024-12-21 102/week @ 2024-12-28 215/week @ 2025-01-04 278/week @ 2025-01-11 267/week @ 2025-01-18 229/week @ 2025-01-25 245/week @ 2025-02-01 299/week @ 2025-02-08 275/week @ 2025-02-15 342/week @ 2025-02-22 227/week @ 2025-03-01

1,173 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