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-05 17:45:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 17:45:27 +0300
commit998af3d7deb25f08cc621b3aeb69b6b5ba345e5f (patch)
tree1e8b671961188423e780fabea5e16ca11572747c /include/consts
parent673510ec6ee3fe13dd944c013604d8ded48482a5 (diff)
Add variable for settings and SSL paths
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 787688b2..9f907527 100644
--- a/include/consts
+++ b/include/consts
@@ -160,6 +160,8 @@ unset LANG
SEARCH_PROFILES=""
SESTATUSBINARY=""
SERVICE_MANAGER=""
+ SETTINGS=""
+ SETTINGS_FILE=""
SHELL_IS_BUSYBOX=0
SHOW_PROGRAM_DETAILS=1
SHOW_REPORT=1
@@ -168,6 +170,7 @@ unset LANG
SKIPPED_TESTS_ROOTONLY=""
SSHKEYSCANBINARY=""
SSHKEYSCANFOUND=0
+ SSL_CERTIFICATE_PATHS=""
SYSLOGNGBINARY=""
SYSTEMCTLBINARY=""
TEMP_FILE=""