Skip to content

Commit

Permalink
add waivers for /hardening/kickstart
Browse files Browse the repository at this point in the history
Also re-organize a bit /hardening/anaconda waivers in a similar way.

Signed-off-by: Jiri Jaburek <comps@nomail.dom>
  • Loading branch information
comps committed Aug 8, 2024
1 parent 08b5ea0 commit ec0afee
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions conf/waivers/20-long-term
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# which are not available in their final form in the Anaconda environment
# - see https://github.com/ComplianceAsCode/content/issues/9746
/hardening/anaconda(/with-gui)?/[^/]+/firewalld_sshd_port_enabled
# - possibly unrelated https://github.com/ComplianceAsCode/content/issues/12276
/hardening/kickstart(/with-gui)?/[^/]+/firewalld_sshd_port_enabled
# https://github.com/ComplianceAsCode/content/issues/11625
/hardening/image-builder/[^/]+/firewalld_sshd_port_enabled
True
Expand All @@ -17,6 +19,9 @@
# and a later enable_authselect remediation breaks it
# - see https://github.com/OpenSCAP/openscap/issues/1880
/hardening/anaconda/.+/accounts_password_pam_retry
# - happens for kickstarts too, even when those should not fail on ordering,
# https://github.com/ComplianceAsCode/content/issues/12277
/hardening/kickstart/.+/accounts_password_pam_retry
True

# caused by one of:
Expand All @@ -39,7 +44,6 @@
# https://github.com/ComplianceAsCode/content/issues/10424
# happens on host-os hardening too, probably because Beaker doesn't have
# firewall enabled or even installed
/hardening/anaconda(/with-gui)?/[^/]+/service_nftables_disabled
/hardening/host-os/oscap/[^/]+/service_nftables_disabled
True

Expand All @@ -54,10 +58,19 @@
# https://issues.redhat.com/browse/RHEL-45706
/hardening/anaconda/with-gui/[^/]+/service_avahi-daemon_disabled
/hardening/anaconda(/with-gui)?/cis[^/]*/socket_systemd-journal-remote_disabled
True

# https://github.com/ComplianceAsCode/content/issues/11498
/hardening/anaconda/with-gui/[^/]+/service_bluetooth_disabled
# related to, but probably not caused by:
# https://github.com/ComplianceAsCode/content/issues/10424
/hardening/anaconda(/with-gui)?/[^/]+/service_nftables_disabled
True

# https://github.com/ComplianceAsCode/content/issues/12282
/hardening/kickstart/.+/service_avahi-daemon_disabled
/hardening/kickstart/.+/socket_systemd-journal-remote_disabled
/hardening/kickstart/.+/service_bluetooth_disabled
/hardening/kickstart/.+/service_nftables_disabled
/hardening/kickstart/.+/systemd_tmp_mount_enabled
True

# RHEL-9 is not FIPS certified yet
Expand Down

0 comments on commit ec0afee

Please sign in to comment.