Skip to content

Commit

Permalink
docs: Fix SELinux policy path
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Stránský <jistr@jistr.com>
  • Loading branch information
jistr committed Jun 22, 2024
1 parent 163c1e5 commit 8ca8492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/bootc-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.:

Expand Down

0 comments on commit 8ca8492

Please sign in to comment.