Not needed, handled by unattended upgrades

This commit is contained in:
Bob Mottram 2016-11-30 18:02:50 +00:00
parent 3f0d9b7b82
commit 496f3cd4f2
1 changed files with 0 additions and 25 deletions

View File

@ -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.