In most cases the boot loader isn't grub

This commit is contained in:
Bob Mottram 2016-11-29 19:34:24 +00:00
parent 35d789f133
commit 2fb341b487
1 changed files with 0 additions and 27 deletions

View File

@ -432,33 +432,6 @@ function test_stig {
output "V-38577" $? ${SETLANG}
################
##RHEL-06-000065
##The system boot loader configuration file(s) must be owned by root.
ls -l /boot/grub/grub.cfg | awk '{print $3}' | grep "^root$" > /dev/null 2>&1 &
stig_spinner $!
output "V-38579" $? ${SETLANG}
################
##RHEL-06-000066
##The system boot loader configuration file(s) must be group-owned by root.
ls -l /boot/grub/grub.cfg | awk '{print $4}' | grep "^root$" > /dev/null 2>&1 &
stig_spinner $!
output "V-38581" $? ${SETLANG}
################
##RHEL-06-000067
##The system boot loader configuration file(s) must have mode 0600 or less permissive.
bash $STIG_TESTS_DIR/check-grub-mode.sh > /dev/null 2>&1 &
stig_spinner $!
output "V-38583" $? ${SETLANG}
################
##RHEL-06-000071
##The system must allow locking of the console screen in text mode.