mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
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…
x
Reference in New Issue
Block a user