1 unstable release

Uses old Rust 2015

0.1.2 Mar 11, 2018

#9 in #libseccomp

Download history 2/week @ 2024-02-19 18/week @ 2024-02-26 9/week @ 2024-03-04 8/week @ 2024-03-11 2/week @ 2024-03-18 5/week @ 2024-03-25 34/week @ 2024-04-01

51 downloads per month
Used in 3 crates (via seccomp-droundy)

LGPL-2.1

650KB
16K SLoC

C 14K SLoC // 0.2% comments Python 893 SLoC // 0.5% comments Cython 424 SLoC // 0.5% comments Automake 302 SLoC // 0.3% comments Rust 151 SLoC // 0.6% comments M4 114 SLoC // 0.5% comments Shell 18 SLoC // 0.7% comments

Contains (obscure autoconf code, 5KB) libseccomp/configure.ac

seccomp-droundy-sys

Raw bindings to libseccomp. Does not require libseccomp to be installed, but instead compiles it from source if it is not installed.

This is a fork of https://github.com/polachok/seccomp-sys.

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.

Dependencies