Skip to content

Commit

Permalink
Merge pull request #627 from jistr/docs-fix-selinux-policy-path
Browse files Browse the repository at this point in the history
docs: Fix SELinux policy path
  • Loading branch information
cgwalters committed Jun 23, 2024
2 parents fbfb570 + 93b4e56 commit c1ecf38
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 c1ecf38

Please sign in to comment.