|
@@ -574,42 +574,6 @@ function test_stig {
|
574
|
574
|
output "V-38513" $? ${SETLANG}
|
575
|
575
|
################
|
576
|
576
|
|
577
|
|
- ##RHEL-06-000124
|
578
|
|
- ##The systems local IPv4 firewall must implement a deny-all, allow-by-exception policy for inbound
|
579
|
|
-
|
580
|
|
- grep -r dccp /etc/modprobe.conf /etc/modprobe.d >/dev/null 2>&1 &
|
581
|
|
-
|
582
|
|
- stig_spinner $!
|
583
|
|
- output "V-38514" $? ${SETLANG}
|
584
|
|
- ################
|
585
|
|
-
|
586
|
|
- ##RHEL-06-000125
|
587
|
|
- ##The Stream Control Transmission Protocol (SCTP) must be disabled unless required.
|
588
|
|
-
|
589
|
|
- grep -r sctp /etc/modprobe.conf /etc/modprobe.d >/dev/null 2>&1 &
|
590
|
|
-
|
591
|
|
- stig_spinner $!
|
592
|
|
- output "V-38515" $? ${SETLANG}
|
593
|
|
- ################
|
594
|
|
-
|
595
|
|
- ##RHEL-06-000126
|
596
|
|
- ##The Reliable Datagram Sockets (RDS) protocol must be disabled unless required.
|
597
|
|
-
|
598
|
|
- grep -r rds /etc/modprobe.conf /etc/modprobe.d >/dev/null 2>&1 &
|
599
|
|
-
|
600
|
|
- stig_spinner $!
|
601
|
|
- output "V-38516" $? ${SETLANG}
|
602
|
|
- ################
|
603
|
|
-
|
604
|
|
- ##RHEL-06-000127
|
605
|
|
- ##The Transparent Inter-Process Communication (TIPC) protocol must be disabled unless required.
|
606
|
|
-
|
607
|
|
- grep -r tipc /etc/modprobe.conf /etc/modprobe.d >/dev/null 2>&1 &
|
608
|
|
-
|
609
|
|
- stig_spinner $!
|
610
|
|
- output "V-38517" $? ${SETLANG}
|
611
|
|
- ################
|
612
|
|
-
|
613
|
577
|
##RHEL-06-000138
|
614
|
578
|
##System logs must be rotated daily.
|
615
|
579
|
|