1
0
mirror of https://github.com/containers/youki synced 2024-09-19 10:21:46 +02:00

Fix markdown format in experiment/selinux/README.md (#2855)

This commit is contained in:
Keisuke Umegaki 2024-07-22 20:43:16 +09:00 committed by GitHub
parent 9e6649f10b
commit 5b62356e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
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.
Reimplementation of [opencontainers/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.