1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-19 14:06:20 +02:00
youki/seccomp
yihuaf c0c51b13ab make clippy happy
was failing with :C-like enum variant discriminant is not portable to
32-bit targets
2021-09-16 07:56:05 +02:00
..
src make clippy happy 2021-09-16 07:56:05 +02:00
Cargo.toml Adds a seccomp binding 2021-09-16 07:39:04 +02:00
README.md Adds a seccomp binding 2021-09-16 07:39:04 +02:00

Bindings to libseccomp

This crate contains a rust FFI binding to libseccomp.

The code is adapted from auto generated code using rust-bindgen. The rust-bindgen has some issue with detecting function macro, which libseccomp uses. We decided to manually fix the issue and include the bindings in this crate.

The header file used: https://github.com/seccomp/libseccomp/blob/main/include/seccomp.h.in