1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
youki/crates/libseccomp
dependabot[bot] 974757f32d
Bump pkg-config from 0.3.22 to 0.3.23
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.22 to 0.3.23.
- [Release notes](https://github.com/rust-lang/pkg-config-rs/releases)
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.22...0.3.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-07 00:40:34 +00:00
..
src
build.rs
Cargo.toml Bump pkg-config from 0.3.22 to 0.3.23 2021-12-07 00:40:34 +00:00
README.md

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