소스 검색

Prefer bettercrypto cyphers

Bob Mottram 8 년 전
부모
커밋
fa9c3b6f22
1개의 변경된 파일0개의 추가작업 그리고 27개의 파일을 삭제
  1. 0
    27
      src/freedombone-tests

+ 0
- 27
src/freedombone-tests 파일 보기

@@ -754,15 +754,6 @@ function test_stig {
754 754
     output "V-38616" $? ${SETLANG}
755 755
     ################
756 756
 
757
-    ##RHEL-06-000243
758
-    ##The SSH daemon must be configured to use only FIPS 140-2 approved ciphers.
759
-
760
-    bash $STIG_TESTS_DIR/check-ssh-ciphers.sh > /dev/null 2>&1 &
761
-
762
-    stig_spinner $!
763
-    output "V-38617" $? ${SETLANG}
764
-    ################
765
-
766 757
     ##RHEL-06-000247
767 758
     ##The system clock must be synchronized continuously, or at least daily.
768 759
 
@@ -929,24 +920,6 @@ function test_stig {
929 920
     output "V-38674" $? ${SETLANG}
930 921
     ################
931 922
 
932
-    ##RHEL-06-000294
933
-    ##All GIDs referenced in /etc/passwd must be defined in /etc/group
934
-
935
-    check $STIG_TESTS_DIR/check-gids.sh >/dev/null 2>&1 &
936
-
937
-    stig_spinner $!
938
-    output "V-38681" $? ${SETLANG}
939
-    ################
940
-
941
-    ##RHEL-06-000296
942
-    ##All accounts on the system must have unique user or account names
943
-
944
-    check $STIG_TESTS_DIR/check-uniq-names.sh >/dev/null 2>&1 &
945
-
946
-    stig_spinner $!
947
-    output "V-38683" $? ${SETLANG}
948
-    ################
949
-
950 923
     ##RHEL-06-000302
951 924
     ##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.
952 925