Drop RHEL-specific technology list from STIG profiles

This commit is contained in:
Andrew Lukoshko 2026-04-01 10:34:47 +00:00
parent 57520a8841
commit 40d9eaa713

View File

@ -105,6 +105,9 @@ sed -i \
sed -i 's/rhel/almalinux/g' products/almalinux9/CMakeLists.txt
sed -i '/In addition to being applicable/,/- Red Hat Containers with a Red Hat Enterprise Linux 9 image/{/- Red Hat Containers/{N;d};d}' \
products/almalinux9/profiles/stig*.profile
sed -i -z \
-e 's/Red Hat Enterprise Linux/AlmaLinux OS/g' \
-e 's/red_hat_linux/almalinuxos_linux/g' \