1
0
mirror of https://github.com/containers/youki synced 2025-04-05 07:09:08 +02:00
youki/experiment/selinux
Yashodhan cfca8454ed
Merge pull request #3073 from foreverddong/selinux-symlink-bug
lset_file_label should check for symlink instead of raw file
2025-03-03 14:47:02 +05:30
..
src lset_file_label should check for symlink instead of raw file 2025-02-28 00:25:07 +00:00
Cargo.lock rollup multiple dep updates (#3084) 2025-02-25 15:29:30 +05:30
Cargo.toml rollup multiple dep updates (#3084) 2025-02-25 15:29:30 +05:30
README.md Create vagrantfile for SELinux 2024-09-20 22:42:25 +09:00
Vagrantfile generic/centos8 2024-09-20 22:42:25 +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.
Referenced the implementation of xattr in unix repo.

Please import and use this project.

$ cargo run

You can create an selinux environment via the Vagrantfile.

$ vagrant up