|
@@ -504,15 +504,6 @@ function test_stig {
|
504
|
504
|
output "V-38583" $? ${SETLANG}
|
505
|
505
|
################
|
506
|
506
|
|
507
|
|
- ##RHEL-06-000068
|
508
|
|
- ##The system boot loader must require authentication.
|
509
|
|
-
|
510
|
|
- sed -e '/^#/d' -e '/^[ \t][ \t]*#/d' -e 's/#.*$//' -e '/^$/d' /boot/grub/grub.cfg | grep "password.*sha512" > /dev/null 2>&1 &
|
511
|
|
-
|
512
|
|
- stig_spinner $!
|
513
|
|
- output "V-38585" $? ${SETLANG}
|
514
|
|
- ################
|
515
|
|
-
|
516
|
507
|
##RHEL-06-000071
|
517
|
508
|
##The system must allow locking of the console screen in text mode.
|
518
|
509
|
|