mirror of https://github.com/CISOfy/lynis.git
Added and changed description for TOOL-5160
This commit is contained in:
parent
361ad7d9da
commit
d44f51a353
|
@ -383,6 +383,7 @@ TOOL-5102:test:security:tooling::Check for presence of Fail2ban:
|
|||
TOOL-5104:test:security:tooling::Enabled tests for Fail2ban:
|
||||
TOOL-5120:test:security:tooling::Presence of Snort IDS:
|
||||
TOOL-5122:test:security:tooling::Snort IDS configuration file:
|
||||
TOOL-5160:test:security:tooling::Check for active OSSEC analysis daemon:
|
||||
TOOL-5190:test:security:tooling::Check presence of available IDS/IPS tooling:
|
||||
USB-3000:test:security:storage:Linux:Check for presence of USBGuard:
|
||||
# EOF
|
||||
|
|
|
@ -365,7 +365,7 @@
|
|||
#
|
||||
# Test : TOOL-5160
|
||||
# Description : Check for OSSEC
|
||||
Register --test-no TOOL-5126 --weight L --network NO --category security --description "Check for presence of Snort"
|
||||
Register --test-no TOOL-5126 --weight L --network NO --category security --description "Check for active OSSEC analysis daemon"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
|
||||
if IsRunning "ossec-analysisd"; then
|
||||
|
|
Loading…
Reference in New Issue