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:
authormboelen <michael@cisofy.com>2015-10-01 12:49:30 +0300
committermboelen <michael@cisofy.com>2015-10-01 12:49:30 +0300
commitc9c78f751d8e91fd76ca5a9d9fb861e53cd888fc (patch)
treee521b9b960ed02bf0c7d52d62c607939926f3c01
parentfee1961eedf54acadd9a9d8231b052c5317534ba (diff)
Added plugin phase variable and specific PAM settings
-rw-r--r--include/consts3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index a7f2386c..702bb04a 100644
--- a/include/consts
+++ b/include/consts
@@ -102,9 +102,12 @@ unset LANG
OS=""; OS_MODE=""
OS_REDHAT_OR_CLONE=0
OSIRISBINARY=""
+ PAM_MODULE_AUTH_BRUTEFORCE_PROTECTION=0
+ PAM_MODULE_PASSWORD_STRENGTH_TESTED=0
PFFOUND=0
PIDFILE=""
PLUGINDIR=""
+ PLUGIN_PHASE=0
PRIVILEGED=0
PROFILEVALUE=""
PSBINARY="ps"