https://github.com/polachok/seccomp-sys
low-level bindings to libseccomp
https://github.com/polachok/seccomp-sys
linux rust rust-library seccomp security
Last synced: 4 months ago
JSON representation
low-level bindings to libseccomp
- Host: GitHub
- URL: https://github.com/polachok/seccomp-sys
- Owner: polachok
- License: lgpl-2.1
- Created: 2016-02-25T16:11:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T14:33:19.000Z (over 4 years ago)
- Last Synced: 2025-06-04T21:11:26.384Z (4 months ago)
- Topics: linux, rust, rust-library, seccomp, security
- Language: Rust
- Size: 36.1 KB
- Stars: 11
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seccomp-sys
-----------Raw bindings to libseccomp. Requires [libseccomp](https://github.com/seccomp/libseccomp) to be installed.
This library provides a high level interface to constructing, analyzing and installing seccomp filters via a BPF passed to the Linux Kernel's prctl() syscall.
[Documentation](http://plhk.ru/static/doc/seccomp-sys/seccomp_sys/index.html)