Crates.io | seccomp-sys |
lib.rs | seccomp-sys |
version | 0.1.3 |
source | src |
created_at | 2016-02-25 16:19:59.586874 |
updated_at | 2019-09-22 14:07:23.962048 |
description | low-level bindings to libseccomp |
homepage | |
repository | https://github.com/polachok/seccomp-sys |
max_upload_size | |
id | 4281 |
size | 40,860 |
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.