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

#425 in Unix APIs

Download history 306/week @ 2023-10-22 246/week @ 2023-10-29 250/week @ 2023-11-05 321/week @ 2023-11-12 272/week @ 2023-11-19 242/week @ 2023-11-26 210/week @ 2023-12-03 207/week @ 2023-12-10 239/week @ 2023-12-17 183/week @ 2023-12-24 194/week @ 2023-12-31 403/week @ 2024-01-07 275/week @ 2024-01-14 261/week @ 2024-01-21 227/week @ 2024-01-28 232/week @ 2024-02-04

1,051 downloads per month
Used in 11 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

~42KB