|
@@ -1243,15 +1243,6 @@ function test_stig {
|
1243
|
1243
|
output "V-38460" $? ${SETLANG}
|
1244
|
1244
|
################
|
1245
|
1245
|
|
1246
|
|
- ##RHEL-06-000521
|
1247
|
|
- ##The mail system must forward all mail for root to one or more system administrators.
|
1248
|
|
-
|
1249
|
|
- postmap -q root `postconf alias_maps | awk -F '=' '{print $2}'` > /dev/null 2>&1 &
|
1250
|
|
-
|
1251
|
|
- stig_spinner $!
|
1252
|
|
- output "V-38446" $? ${SETLANG}
|
1253
|
|
- ################
|
1254
|
|
-
|
1255
|
1246
|
##RHEL-06-000523
|
1256
|
1247
|
##The systems local IPv6 firewall must implement a deny-all, allow-by-exception policy for inbound packets.
|
1257
|
1248
|
|