Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpcyrd/syscallz-rs
Simple seccomp library for rust
https://github.com/kpcyrd/syscallz-rs
rust sandbox seccomp
Last synced: 3 months ago
JSON representation
Simple seccomp library for rust
- Host: GitHub
- URL: https://github.com/kpcyrd/syscallz-rs
- Owner: kpcyrd
- License: apache-2.0
- Created: 2018-06-21T06:47:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:56:54.000Z (over 1 year ago)
- Last Synced: 2024-11-01T04:29:09.273Z (3 months ago)
- Topics: rust, sandbox, seccomp
- Language: Rust
- Homepage: https://docs.rs/syscallz
- Size: 90.8 KB
- Stars: 23
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# syscallz-rs ![Build Status][test-img] [![crates.io][crates-img]][crates] [![docs.rs][docs-img]][docs]
[test-img]: https://github.com/kpcyrd/syscallz-rs/workflows/Rust/badge.svg
[crates-img]: https://img.shields.io/crates/v/syscallz.svg
[crates]: https://crates.io/crates/syscallz
[docs-img]: https://docs.rs/syscallz/badge.svg
[docs]: https://docs.rs/syscallzSimple 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.```toml
# Cargo.toml
[dependencies]
syscallz = "0.17"
```## License
MIT/Apache-2.0