File: README.md

package info (click to toggle)
rust-syscallz 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 101; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/syscallz

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.

```toml
# Cargo.toml
[dependencies]
syscallz = "0.16"
```

## License

MIT/Apache-2.0