Blob Blame History Raw
From a75db592d49e0257a51c6aab782c50b3b60eab47 Mon Sep 17 00:00:00 2001
From: Vojtech Polasek <vpolasek@redhat.com>
Date: Wed, 8 Apr 2020 12:35:45 +0200
Subject: [PATCH] change rules for disabling ipv6

---
 rhel7/profiles/cis.profile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rhel7/profiles/cis.profile b/rhel7/profiles/cis.profile
index 739ed27200..a99f87a3c8 100644
--- a/rhel7/profiles/cis.profile
+++ b/rhel7/profiles/cis.profile
@@ -351,7 +351,7 @@ selections:
     - sysctl_net_ipv6_conf_default_accept_redirects
 
     ### 3.3.3 Ensure IPv6 is disabled (Not Scored)
-    - grub2_ipv6_disable_argument
+    - kernel_module_ipv6_option_disabled
 
     ## 3.4 TCP Wrappers
     ### 3.4.1 Ensure TCP Wrappers is installed (Scored)