diff --git a/src/freedombone-tests b/src/freedombone-tests index 5c712661..59955b2f 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -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.