|
@@ -432,33 +432,6 @@ function test_stig {
|
432
|
432
|
output "V-38577" $? ${SETLANG}
|
433
|
433
|
################
|
434
|
434
|
|
435
|
|
- ##RHEL-06-000065
|
436
|
|
- ##The system boot loader configuration file(s) must be owned by root.
|
437
|
|
-
|
438
|
|
- ls -l /boot/grub/grub.cfg | awk '{print $3}' | grep "^root$" > /dev/null 2>&1 &
|
439
|
|
-
|
440
|
|
- stig_spinner $!
|
441
|
|
- output "V-38579" $? ${SETLANG}
|
442
|
|
- ################
|
443
|
|
-
|
444
|
|
- ##RHEL-06-000066
|
445
|
|
- ##The system boot loader configuration file(s) must be group-owned by root.
|
446
|
|
-
|
447
|
|
- ls -l /boot/grub/grub.cfg | awk '{print $4}' | grep "^root$" > /dev/null 2>&1 &
|
448
|
|
-
|
449
|
|
- stig_spinner $!
|
450
|
|
- output "V-38581" $? ${SETLANG}
|
451
|
|
- ################
|
452
|
|
-
|
453
|
|
- ##RHEL-06-000067
|
454
|
|
- ##The system boot loader configuration file(s) must have mode 0600 or less permissive.
|
455
|
|
-
|
456
|
|
- bash $STIG_TESTS_DIR/check-grub-mode.sh > /dev/null 2>&1 &
|
457
|
|
-
|
458
|
|
- stig_spinner $!
|
459
|
|
- output "V-38583" $? ${SETLANG}
|
460
|
|
- ################
|
461
|
|
-
|
462
|
435
|
##RHEL-06-000071
|
463
|
436
|
##The system must allow locking of the console screen in text mode.
|
464
|
437
|
|