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

Not needed, handled by unattended upgrades

parent 3f0d9b7b
No related branches found
No related tags found
No related merge requests found
......@@ -154,31 +154,6 @@ function test_stig {
output "V-38476" $? ${SETLANG}
################
##RHEL-06-000011
##System security patches and updates must be installed and up-to-date.
bash $STIG_TESTS_DIR/check-package-up2date.sh >/dev/null 2>&1 &
stig_spinner $!
output "V-38481" $? ${SETLANG}
################
##RHEL-06-000013
##The system package management tool must cryptographically verify the authenticity of system software packages during installation.
stig_spinner $!
output "V-38483" $? ${SETLANG}
################
##RHEL-06-000015
##The system package management tool must cryptographically verify the authenticity of all software packages during installation.
stig_spinner $!
output "V-38487" $? ${SETLANG}
################
##RHEL-06-000016
##A file integrity tool must be installed.
......
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