Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T09:10:44.000Z (about 5 years ago)
- Last Synced: 2024-04-23T14:09:23.375Z (8 months ago)
- Topics: bindings, linux, sandbox, seccomp
- Language: Rust
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Libseccomp-rs
![docs.rs](https://docs.rs/libseccomp-rs/badge.svg)
![crates](https://img.shields.io/crates/v/libseccomp-rs.svg)
![license](https://img.shields.io/crates/l/libseccomp-rs.svg)
![platform](https://img.shields.io/badge/platform-x86%7Cx86__64-success)
![QQ](https://img.shields.io/badge/%F0%9F%90%A7QQ-1332127468-blue)
![CI](https://github.com/rustcc/libseccomp-rs/workflows/Libseccomp-rs/badge.svg)A mid-level binding to libseccomp
`build`
```
cargo build
```
`doc`
```
cargo doc
```
`test`
```
cargo test
```