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.17"
MIT/Apache-2.0