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>2019-07-03 16:39:26 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-03 16:39:26 +0300
commitade3117307930cda0e9ab2460a08c0cf9b653f35 (patch)
treeb92ffac3bf11b0d5240eb432449178bd90b23733 /include/consts
parent1f0c31fcad5f747a9402683c09e6352d72712ee1 (diff)
New option to disable plugins via profile
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 207cde8c..0bbde60c 100644
--- a/include/consts
+++ b/include/consts
@@ -96,6 +96,7 @@ unset LANG
DEBSECANBINARY=""
DEBSUMSBINARY=""
DEVELOPER_MODE=0
+ DISABLED_PLUGINS=""
DISCOVERED_BINARIES=""
DMIDECODEBINARY=""
DNFBINARY=""