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>2016-07-24 18:22:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:22:00 +0300
commit2f4c854ba7790d1c8fb8c664daea6c971f18aa72 (patch)
treec3eed34233a165d56df1173b3f08e047b47ae47e /include/tests_tooling
parent0b5af4ed387ea0582181e56a56609c4a633cb91f (diff)
Rename of categories, introduction of groups
Diffstat (limited to 'include/tests_tooling')
-rw-r--r--include/tests_tooling6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_tooling b/include/tests_tooling
index 5ee29b8e..cdce5e6e 100644
--- a/include/tests_tooling
+++ b/include/tests_tooling
@@ -43,7 +43,7 @@
#
# Test : TOOL-5002
# Description : Check if automation tools are found
- Register --test-no TOOL-5002 --weight L --network NO --description "Checking for automation tools"
+ Register --test-no TOOL-5002 --weight L --network NO --category security --description "Checking for automation tools"
if [ ${SKIPTEST} -eq 0 ]; then
Display --indent 2 --text "- Checking automation tooling"
@@ -155,7 +155,7 @@
#
# Test : TOOL-5102
# Description : Check for Fail2ban
- Register --test-no TOOL-5102 --weight L --network NO --description "Check for presence of Fail2ban"
+ Register --test-no TOOL-5102 --weight L --network NO --category security --description "Check for presence of Fail2ban"
if [ ${SKIPTEST} -eq 0 ]; then
# Fail2ban presence
@@ -268,7 +268,7 @@
#
# Test : TOOL-5190
# Description : Check for an IDS/IPS tool
- Register --test-no TOOL-5014 --weight L --network NO --description "Check presence of IDS/IPS tool"
+ Register --test-no TOOL-5014 --weight L --network NO --category security --description "Check presence of IDS/IPS tool"
if [ ${SKIPTEST} -eq 0 ]; then
if [ ${IDS_IPS_TOOL_FOUND} -eq 1 ]; then