bifrost/releasenotes/notes/secontext-1f5ac63dbd0762d2.yaml
Dmitry Tantsur e3fd08fa00 Ensure the correct SELinux context for /httpboot and /tftpboot
The sefcontext module does not modify existing files, so we need
to run restorecon. This, in turn, makes the custom ironic policy
unnecessary.

Also fixes the ownership of the checksums file.

Change-Id: Ie97d0af286e11bfd0459a1dca0171eff5afa77bc
2020-11-06 17:18:40 +01:00

9 lines
246 B
YAML

---
fixes:
- |
Fixes SELinux context not being applied to /httpboot and /tftpboot.
This renders the ``ironic_policy`` module unnecessary, and it has been
removed.
- |
Ensures that the checksums file has the correct ownership.