Doesn't apply with this system

This commit is contained in:
Bob Mottram 2016-11-29 15:32:56 +00:00
parent f20c6aebf3
commit d6323eeaa8
1 changed files with 0 additions and 9 deletions

View File

@ -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.