1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00
youki/experiment/selinux
Tanjil 6e1a8cf5e5
docs: update github pages links (#2969)
* Update Cargo.toml

* Update Cargo.toml

* Update Cargo.toml

* Update Cargo.toml

* Update documentation_mdbook.md

* Update Cargo.toml

* Update Cargo.toml

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>

* Update README.md

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>

* Update README.md

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>

* Update docs/src/developer/documentation_mdbook.md

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>

* Update tools/wasm-sample/README.md

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>

---------

Co-authored-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2024-11-03 21:38:55 +09:00
..
src selinux: fix xattr and remove anyhow (#2936) 2024-09-29 18:07:54 +05:30
Cargo.lock selinux: fix xattr and remove anyhow (#2936) 2024-09-29 18:07:54 +05:30
Cargo.toml docs: update github pages links (#2969) 2024-11-03 21:38:55 +09:00
README.md
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