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>2014-10-06 13:29:31 +0400
committermboelen <michael@cisofy.com>2014-10-06 13:29:31 +0400
commitebe29bc1486f93a67ba6436c65771bb170624e95 (patch)
tree3a8a5700321fbe0d5cbd6c2005960fcf6b4877b5
parentaeddf84aeda54dfa4a97e2019cf459e2ac2a1414 (diff)
Log discovered pam_modules to report
-rw-r--r--include/tests_authentication1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index b96d0284..f9f61d87 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -691,6 +691,7 @@
if [ ! "${FIND}" = "" ]; then FOUND=1; fi
for I in ${FIND}; do
logtext "Found file: ${I}"
+ report "pam_module[]=${I}"
done
else
logtext "Result: directory ${I} could not be found or is a symlink to another directory"