From fa9c3b6f2233b9282c767e0b7985135c7598231d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Nov 2016 19:16:27 +0000 Subject: [PATCH] Prefer bettercrypto cyphers --- src/freedombone-tests | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index 32a1dc39..48e45654 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -754,15 +754,6 @@ function test_stig { output "V-38616" $? ${SETLANG} ################ - ##RHEL-06-000243 - ##The SSH daemon must be configured to use only FIPS 140-2 approved ciphers. - - bash $STIG_TESTS_DIR/check-ssh-ciphers.sh > /dev/null 2>&1 & - - stig_spinner $! - output "V-38617" $? ${SETLANG} - ################ - ##RHEL-06-000247 ##The system clock must be synchronized continuously, or at least daily. @@ -929,24 +920,6 @@ function test_stig { output "V-38674" $? ${SETLANG} ################ - ##RHEL-06-000294 - ##All GIDs referenced in /etc/passwd must be defined in /etc/group - - check $STIG_TESTS_DIR/check-gids.sh >/dev/null 2>&1 & - - stig_spinner $! - output "V-38681" $? ${SETLANG} - ################ - - ##RHEL-06-000296 - ##All accounts on the system must have unique user or account names - - check $STIG_TESTS_DIR/check-uniq-names.sh >/dev/null 2>&1 & - - stig_spinner $! - output "V-38683" $? ${SETLANG} - ################ - ##RHEL-06-000302 ##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.