Crates.io | seccomp-droundy-sys |
lib.rs | seccomp-droundy-sys |
version | 0.1.2 |
source | src |
created_at | 2018-03-11 20:41:33.091506 |
updated_at | 2018-03-11 20:41:33.091506 |
description | low-level bindings to libseccomp |
homepage | |
repository | https://github.com/droundy/seccomp-sys |
max_upload_size | |
id | 55058 |
size | 942,732 |
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.