1
0
mirror of https://github.com/containers/youki synced 2024-09-20 02:41:47 +02:00
youki/experiment/selinux
..
src
Cargo.lock
Cargo.toml
README.md Init a selinux project (#2800) 2024-06-21 20:22:38 +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 (selinux)[https://github.com/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.