ironic/releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml
Riccardo Pittau c05c09fd3a Fix selinux context of published image hardlink
If the published image is a hardlink, the source selinux context is
preserved. This could cause access denied when retrieving the image
using its URL.

Change-Id: I550dac9d055ec30ec11530f18a675cf9e16063b5
2023-01-11 16:00:01 +01:00

8 lines
239 B
YAML

---
fixes:
- |
Fixes an issue where if selinux is enabled and enforcing, and
the published image is a hardlink, the source selinux context
is preserved, causing access denied when retrieving the image
using hardlink URL.