syscallz

Crates.iosyscallz
lib.rssyscallz
version0.17.0
sourcesrc
created_at2018-06-21 06:46:12.596877
updated_at2023-09-28 09:55:01.330252
descriptionSimple seccomp library for rust
homepage
repositoryhttps://github.com/kpcyrd/syscallz-rs
max_upload_size
id71032
size119,096
(kpcyrd)

documentation

README

syscallz-rs Build Status crates.io docs.rs

Simple seccomp library for rust. Please note that the syscall list is incomplete and you might need to send a PR to get your syscalls included. This crate releases frequently if the syscall list has been updated.

# Cargo.toml
[dependencies]
syscallz = "0.16"

License

MIT/Apache-2.0

Commit count: 95

cargo fmt