Revert "test/cases: Add workaround for oscap firewalld rules"

b/c https://github.com/ComplianceAsCode/content/issues/11275 has been
fixed. This reverts commit c77b73a888.
This commit is contained in:
Alexander Todorov 2024-01-22 11:36:10 +02:00 committed by Alexander Todorov
parent 4d241b684b
commit 35c4d3efba

View file

@ -362,8 +362,6 @@ clean_up
###############################
# Write a blueprint for hardened image.
# TODO: Remove firewalld rules from tailoring once https://github.com/ComplianceAsCode/content/issues/11275 is fixed
# COMPOSER-2076 is tracking this workaround
tee "${BLUEPRINT_FILE}" > /dev/null << EOF
name = "hardened"
description = "A hardened OpenSCAP image"
@ -375,7 +373,7 @@ groups = []
profile_id = "${PROFILE}"
datastream = "${DATASTREAM}"
[customizations.openscap.tailoring]
unselected = ["grub2_password", "firewalld_loopback_traffic_restricted", "firewalld_loopback_traffic_trusted"]
unselected = ["grub2_password"]
[[customizations.user]]
name = "${SSH_USER}"