Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2018-10-23 14:00:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-23 14:00:16 +0300
commitd44f51a353fca8029db907c0fd34a10f1670dbbd (patch)
tree36996af7142f2ba1eedd8a92f81013bf19385492
parent361ad7d9dadaad123c298566203feb6373bf7376 (diff)
Added and changed description for TOOL-5160
-rw-r--r--db/tests.db1
-rw-r--r--include/tests_tooling2
2 files changed, 2 insertions, 1 deletions
diff --git a/db/tests.db b/db/tests.db
index a8198566..4fc3e5fe 100644
--- a/db/tests.db
+++ b/db/tests.db
@@ -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
diff --git a/include/tests_tooling b/include/tests_tooling
index 5e63c1a9..c4ff664d 100644
--- a/include/tests_tooling
+++ b/include/tests_tooling
@@ -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