summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2022-12-24 11:49:23 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2023-01-11 16:00:01 +0100
commitc05c09fd3ac7ed2c3a5dd13a602e3ae70dfb8734 (patch)
tree745ed2a2c20a394ea628e5cc94fa09d6bf66c74c /releasenotes
parente011922bac9913f8179bb6203ca8f0ed71936b7a (diff)
downloadironic-c05c09fd3ac7ed2c3a5dd13a602e3ae70dfb8734.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml b/releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml
new file mode 100644
index 000000000..90d38d5cc
--- /dev/null
+++ b/releasenotes/notes/fix-context-image-hardlink-16f452974abc7327.yaml
@@ -0,0 +1,7 @@
+---
+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.