diff --git a/modules/sysadmin_guide/pages/gdpr_sar.adoc b/modules/sysadmin_guide/pages/gdpr_sar.adoc index c9dd1c4..b036f25 100644 --- a/modules/sysadmin_guide/pages/gdpr_sar.adoc +++ b/modules/sysadmin_guide/pages/gdpr_sar.adoc @@ -62,6 +62,12 @@ $ sudo ansible-playbook playbooks/manual/gdpr/sar.yml -e sar_fas_user=bowlofeggs . Generate a random sha512 with something like: `openssl rand 512 | sha512sum` and then move the output file to _/srv/web/infra/pdr/the-sha512.tar.gz_ +. Change the SELinux context for HTTP server. ++ +.... +$ 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 +.... . 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.