From 153fe4208c93b8845f7147a21c990d8b2061baf2 Mon Sep 17 00:00:00 2001 From: Vojtech Polasek Date: Fri, 30 Aug 2024 13:37:50 +0200 Subject: [PATCH] add rule sysctl_kernel_modules_disabled to unselect_rules_list this rule has stil enabled Ansible remediation. When testing rhel10 product in a VM, it prevents the systemfrom loading module for virtio network after reboot, effectively disrupting the testing. --- tests/unselect_rules_list | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unselect_rules_list b/tests/unselect_rules_list index cb147bb0fda..f00cdcc0bff 100644 --- a/tests/unselect_rules_list +++ b/tests/unselect_rules_list @@ -16,3 +16,4 @@ xccdf_org.ssgproject.content_rule_configure_etc_hosts_deny xccdf_org.ssgproject.content_rule_sudo_add_noexec xccdf_org.ssgproject.content_rule_accounts_password_set_max_life_existing xccdf_org.ssgproject.content_rule_accounts_password_set_max_life_root +xccdf_org.ssgproject.content_rule_sysctl_kernel_modules_disabled