Syslog-ng fixes and enhancements (#226)

* syslog-ng : fix remote host test and enhance Regex

fixes #124

* enh: add test for 4.2.1.6
This commit is contained in:
GoldenKiwi
2023-12-27 10:27:06 +01:00
committed by GitHub
parent c391723fe5
commit 73616af4eb
4 changed files with 37 additions and 11 deletions

View File

@ -38,6 +38,6 @@ EOF
run subfile "${CIS_CHECKS_DIR}/${script}.sh" --audit-all
# Cleanup
rm /etc/syslog-ng/conf.d/1_tcp_destination
rm -f /etc/syslog-ng/conf.d/1_tcp_destination
}