1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
youki/crates/libseccomp
dependabot[bot] c9c2a213df
Bump libc from 0.2.106 to 0.2.107
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.106 to 0.2.107.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.106...0.2.107)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 01:11:36 +00:00
..
src Add lib prefix to other crates 2021-10-22 22:05:14 +02:00
build.rs Add lib prefix to other crates 2021-10-22 22:05:14 +02:00
Cargo.toml Bump libc from 0.2.106 to 0.2.107 2021-11-08 01:11:36 +00:00
README.md Add lib prefix to other crates 2021-10-22 22:05:14 +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