diff --git a/experiment/selinux/README.md b/experiment/selinux/README.md index f16b4841..8e0d9065 100644 --- a/experiment/selinux/README.md +++ b/experiment/selinux/README.md @@ -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.