Crates.io | syscallz |
lib.rs | syscallz |
version | 0.17.0 |
source | src |
created_at | 2018-06-21 06:46:12.596877 |
updated_at | 2023-09-28 09:55:01.330252 |
description | Simple seccomp library for rust |
homepage | |
repository | https://github.com/kpcyrd/syscallz-rs |
max_upload_size | |
id | 71032 |
size | 119,096 |
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"
MIT/Apache-2.0