Skip to content

Commit c1ecf38

Browse files
authored
Merge pull request #627 from jistr/docs-fix-selinux-policy-path
docs: Fix SELinux policy path
2 parents fbfb570 + 93b4e56 commit c1ecf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/bootc-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ the labels for files in derived layers by using e.g.
114114
RUN semanage fcontext -a -t httpd_sys_content_t "/web(/.*)?"
115115
```
116116

117-
(This command will write to `/etc/selinux/policy/$policy/`)
117+
(This command will write to `/etc/selinux/$policy/policy/`.)
118118

119119
It will *never* work to do e.g.:
120120

0 commit comments

Comments
 (0)