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:
authorTopi Miettinen <toiwoton@gmail.com>2020-03-20 23:26:51 +0300
committerTopi Miettinen <toiwoton@gmail.com>2020-03-20 23:26:51 +0300
commite98fcb9b73f7f1054e07d920de9b5ac19e30a8a3 (patch)
tree795ea38ae13db101607a5995d3fb71657acb99a3 /include/consts
parent6356b3adb180d05f71514ea91455d513586ae71e (diff)
Fix developer profile
Initialialize a few variables to let --profile developer.prf pass. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index ac76f36f..3969aad5 100644
--- a/include/consts
+++ b/include/consts
@@ -98,6 +98,7 @@ unset LANG
DEBSUMSBINARY=""
DEVELOPER_MODE=0
DEVOPS_MODE=0
+ DIGBINARY=""
DISABLED_PLUGINS=""
DISCOVERED_BINARIES=""
DMIDECODEBINARY=""
@@ -148,6 +149,7 @@ unset LANG
LOCATEBINARY=""
LOGFILE=""
LOGDIR=""
+ LOGROTATEBINARY=""
LOGTEXT=1
LSMODBINARY=""
LSOFBINARY=""