From 93b4e56755fc86d8d814aa422973ebeeccafbb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Str=C3=A1nsk=C3=BD?= Date: Sat, 22 Jun 2024 23:29:01 +0200 Subject: [PATCH] docs: Fix SELinux policy path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiří Stránský --- docs/src/bootc-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/bootc-images.md b/docs/src/bootc-images.md index 89319c47c..8513396a1 100644 --- a/docs/src/bootc-images.md +++ b/docs/src/bootc-images.md @@ -114,7 +114,7 @@ the labels for files in derived layers by using e.g. RUN semanage fcontext -a -t httpd_sys_content_t "/web(/.*)?" ``` -(This command will write to `/etc/selinux/policy/$policy/`) +(This command will write to `/etc/selinux/$policy/policy/`.) It will *never* work to do e.g.: