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:
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=""