From 5b62356e377def45c36c29183c586c4302685cf8 Mon Sep 17 00:00:00 2001 From: Keisuke Umegaki <41987730+keisku@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:43:16 +0900 Subject: [PATCH] Fix markdown format in experiment/selinux/README.md (#2855) --- experiment/selinux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.