Skip to content
Snippets Groups Projects
Commit 2fb341b4 authored by Bob Mottram's avatar Bob Mottram
Browse files

In most cases the boot loader isn't grub

parent 35d789f1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment