seccomp 0.1.0

low-level bindings to libseccomp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
seccomp
-------

This library provides a higher-level wrapper around [libseccomp](https://github.com/seccomp/libseccomp).

Add to Cargo.toml:

```
[dependencies]
seccomp = "0.1"
```

[Documentation](http://plhk.ru/static/doc/seccomp/seccomp/index.html)