https://github.com/rustcc/libseccomp-rs
A mid-level binding to libseccomp
https://github.com/rustcc/libseccomp-rs
bindings linux sandbox seccomp
Last synced: about 1 month ago
JSON representation
A mid-level binding to libseccomp
- Host: GitHub
- URL: https://github.com/rustcc/libseccomp-rs
- Owner: rustcc
- License: other
- Created: 2019-09-11T08:32:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T09:10:44.000Z (almost 6 years ago)
- Last Synced: 2025-08-12T19:01:49.392Z (about 2 months ago)
- Topics: bindings, linux, sandbox, seccomp
- Language: Rust
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Libseccomp-rs





A mid-level binding to libseccomp
`build`
```
cargo build
```
`doc`
```
cargo doc
```
`test`
```
cargo test
```