Logging is already minimised by default

This commit is contained in:
Bob Mottram 2016-11-30 17:37:53 +00:00
parent b88a3e867b
commit e6d4f1af0c
1 changed files with 0 additions and 27 deletions

View File

@ -635,33 +635,6 @@ function test_stig {
output "V-38517" $? ${SETLANG}
################
##RHEL-06-000133
##All rsyslog-generated log files must be owned by root.
bash $STIG_TESTS_DIR/check-rsyslog.sh owned >/dev/null 2>&1 &
stig_spinner $!
output "V-38518" $? ${SETLANG}
################
##RHEL-06-000134
##All rsyslog-generated log files must be group-owned by root.
bash $STIG_TESTS_DIR/check-rsyslog.sh group-owned >/dev/null 2>&1 &
stig_spinner $!
output "V-38519" $? ${SETLANG}
################
##RHEL-06-000135
##All rsyslog-generated log files must have mode 0600 or less permissive.
bash $STIG_TESTS_DIR/check-rsyslog.sh mode >/dev/null 2>&1 &
stig_spinner $!
output "V-38623" $? ${SETLANG}
################
##RHEL-06-000138
##System logs must be rotated daily.