1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-24 08:26:08 +02:00
youki/crates/seccomp/README.md
2021-10-22 21:55:15 +02:00

493 B

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