summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-17 16:57:59 +0000
committerGerrit Code Review <review@openstack.org>2023-01-17 16:57:59 +0000
commita48af6b5f13598ef83fff6dfd5a01480ed23743d (patch)
treed496065fb062556536ad5d0a386c9a9d68783b36 /releasenotes
parentb11067cfdcef0a370177803eddb86aa972b12b3d (diff)
parentc05c09fd3ac7ed2c3a5dd13a602e3ae70dfb8734 (diff)
downloadironic-a48af6b5f13598ef83fff6dfd5a01480ed23743d.tar.gz
Merge "Fix selinux context of published image hardlink"
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.