mirror of https://github.com/CISOfy/lynis.git
Log discovered pam_modules to report
This commit is contained in:
parent
aeddf84aed
commit
ebe29bc148
|
@ -691,6 +691,7 @@
|
||||||
if [ ! "${FIND}" = "" ]; then FOUND=1; fi
|
if [ ! "${FIND}" = "" ]; then FOUND=1; fi
|
||||||
for I in ${FIND}; do
|
for I in ${FIND}; do
|
||||||
logtext "Found file: ${I}"
|
logtext "Found file: ${I}"
|
||||||
|
report "pam_module[]=${I}"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
logtext "Result: directory ${I} could not be found or is a symlink to another directory"
|
logtext "Result: directory ${I} could not be found or is a symlink to another directory"
|
||||||
|
|
Loading…
Reference in New Issue