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:
parent
4d241b684b
commit
35c4d3efba
1 changed files with 1 additions and 3 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue