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/consts
parent0b5af4ed387ea0582181e56a56609c4a633cb91f (diff)
Rename of categories, introduction of groups
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index d29018e5..68074ddc 100644
--- a/include/consts
+++ b/include/consts
@@ -178,7 +178,9 @@ unset LANG
TEMP_FILE=""
TEMP_FILES=""
TEST_SKIP_ALWAYS=""
- TESTS_CATEGORY_TO_PERFORM=""
+ TEST_AVAILABLE_CATEGORIES="performance privacy security"
+ TEST_CATEGORY_TO_CHECK="all"
+ TEST_GROUP_TO_CHECK="all"
TESTS_EXECUTED=""
TESTS_SKIPPED=""
TMPFILE=""