Files
ironic/releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml
Riccardo Pittau 31a0b0c1d7 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-19 14:00:42 +00: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.