From 4a69c49fd7c605bef1ac6cacaada6d4886c2f47a Mon Sep 17 00:00:00 2001 From: Vojtech Polasek Date: Tue, 1 Oct 2024 11:04:04 +0200 Subject: [PATCH] RHEL 10 ISM_O: add back enable_fips_mode rule --- products/rhel10/profiles/ism_o.profile | 1 - products/rhel10/profiles/ism_o_secret.profile | 1 - products/rhel10/profiles/ism_o_top_secret.profile | 1 - 3 files changed, 3 deletions(-) diff --git a/products/rhel10/profiles/ism_o.profile b/products/rhel10/profiles/ism_o.profile index 75ff703df10..e30bbdbb37a 100644 --- a/products/rhel10/profiles/ism_o.profile +++ b/products/rhel10/profiles/ism_o.profile @@ -32,7 +32,6 @@ selections: - '!enable_dracut_fips_module' - '!firewalld_sshd_port_enabled' - '!require_singleuser_auth' - - '!enable_fips_mode' # tally2 is deprecated, replaced by faillock - '!accounts_passwords_pam_tally2_deny_root' - '!accounts_passwords_pam_tally2_unlock_time' diff --git a/products/rhel10/profiles/ism_o_secret.profile b/products/rhel10/profiles/ism_o_secret.profile index 03730dadcc9..798f670b3b6 100644 --- a/products/rhel10/profiles/ism_o_secret.profile +++ b/products/rhel10/profiles/ism_o_secret.profile @@ -34,7 +34,6 @@ selections: - '!enable_dracut_fips_module' - '!firewalld_sshd_port_enabled' - '!require_singleuser_auth' - - '!enable_fips_mode' # tally2 is deprecated, replaced by faillock - '!accounts_passwords_pam_tally2_deny_root' - '!accounts_passwords_pam_tally2_unlock_time' diff --git a/products/rhel10/profiles/ism_o_top_secret.profile b/products/rhel10/profiles/ism_o_top_secret.profile index cfaa853b5ab..1c72abd64fe 100644 --- a/products/rhel10/profiles/ism_o_top_secret.profile +++ b/products/rhel10/profiles/ism_o_top_secret.profile @@ -32,7 +32,6 @@ selections: - '!enable_dracut_fips_module' - '!firewalld_sshd_port_enabled' - '!require_singleuser_auth' - - '!enable_fips_mode' # tally2 is deprecated, replaced by faillock - '!accounts_passwords_pam_tally2_deny_root' - '!accounts_passwords_pam_tally2_unlock_time'