From 50b960ab735b932a468de693976e77a106740441 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Aug 15 2025 10:31:52 +0000 Subject: Add missing step to GDPR SAR guide We also need to change the owner of the file, otherwise we will end up with 403. --- diff --git a/modules/sysadmin_guide/pages/gdpr_sar.adoc b/modules/sysadmin_guide/pages/gdpr_sar.adoc index 8943471..3bafa25 100644 --- a/modules/sysadmin_guide/pages/gdpr_sar.adoc +++ b/modules/sysadmin_guide/pages/gdpr_sar.adoc @@ -68,6 +68,11 @@ _/srv/web/infra/pdr/the-sha512.tar.gz_ $ semanage fcontext -a -t httpd_sys_content_t /srv/web/infra/pdr/the-sha512.tar.gz $ restorecon /srv/web/infra/pdr/the-sha512.tar.gz .... +. Change owner of the file to apache, otherwise you will get 403 ++ +.... +$ chown apache /srv/web/infra/pdr/the-sha512.tar.gz +.... . Update the ticket to fixed / processed on pdr requests to have a link to https://infrastructure.fedoraproject.org/infra/pdr/the-sha512.tar.gz and tell them it will be available for one week.