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_hardening
parent0b5af4ed387ea0582181e56a56609c4a633cb91f (diff)
Rename of categories, introduction of groups
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index b7f0b7a3..3db0cef2 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -28,7 +28,7 @@
# Test : HRDN-7220
# Description : Check for installed compilers
# Notes : No suggestion for hardening compilers, as HRDN-7222 will take care of that
- Register --test-no HRDN-7220 --weight L --network NO --description "Check if one or more compilers are installed"
+ Register --test-no HRDN-7220 --weight L --network NO --category security --description "Check if one or more compilers are installed"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Check if one or more compilers can be found on the system"
if [ ${COMPILER_INSTALLED} -eq 0 ]; then
@@ -46,7 +46,7 @@
#
# Test : HRDN-7222
# Description : Check for permissions of installed compilers
- Register --test-no HRDN-7222 --weight L --network NO --description "Check compiler permissions"
+ Register --test-no HRDN-7222 --weight L --network NO --category security --description "Check compiler permissions"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Check if one or more compilers can be found on the system"
HARDEN_COMPILERS_NEEDED=0
@@ -96,7 +96,7 @@
#
# Test : HRDN-7230
# Description : Check for installed malware scanners
- Register --test-no HRDN-7230 --weight L --network NO --description "Check for malware scanner"
+ Register --test-no HRDN-7230 --weight L --network NO --category security --description "Check for malware scanner"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Check if a malware scanner is installed"
if [ ${MALWARE_SCANNER_INSTALLED} -eq 1 ]; then