1
0
mirror of https://github.com/containers/youki synced 2024-09-19 18:37:40 +02:00
youki/experiment/selinux
2024-07-22 20:43:16 +09:00
..
src xattr (#2825) 2024-07-10 06:49:00 +09:00
Cargo.lock xattr (#2825) 2024-07-10 06:49:00 +09:00
Cargo.toml xattr (#2825) 2024-07-10 06:49:00 +09:00
README.md Fix markdown format in experiment/selinux/README.md (#2855) 2024-07-22 20:43:16 +09:00

This is an experimental project in order to create selinux library in Rust.
Ref: https://github.com/containers/youki/issues/2718.
Reimplementation of opencontainers/selinux in Rust.
Also selinux depends on xattr, but nix doesn't cover xattr function. Therefore, this PR will implement xattr in Rust.

Please import and use this project.