From d6323eeaa8493609f95b32a7a76e495996873dc1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Nov 2016 15:32:56 +0000 Subject: [PATCH] Doesn't apply with this system --- src/freedombone-tests | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index d3c69e86..cae35bd1 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -504,15 +504,6 @@ function test_stig { output "V-38583" $? ${SETLANG} ################ - ##RHEL-06-000068 - ##The system boot loader must require authentication. - - sed -e '/^#/d' -e '/^[ \t][ \t]*#/d' -e 's/#.*$//' -e '/^$/d' /boot/grub/grub.cfg | grep "password.*sha512" > /dev/null 2>&1 & - - stig_spinner $! - output "V-38585" $? ${SETLANG} - ################ - ##RHEL-06-000071 ##The system must allow locking of the console screen in text mode.