mirror of https://github.com/CISOfy/lynis.git
Remove tab
This commit is contained in:
parent
705e2444ee
commit
448fd65e31
|
@ -475,7 +475,7 @@
|
|||
Register --test-no LOGG-2190 --preqs-met ${PREQS_MET} --weight L --network NO --description "Checking deleted files in file table"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: checking deleted files that are still in use"
|
||||
|
||||
|
||||
if [ -e /dev/grsec ]; then
|
||||
# grsecurity causes Fail2Ban to hold onto deleted in-use files in /var/tmp
|
||||
FIND=`${LSOFBINARY} -n +L 1 2>&1 | egrep -v "WARNING|Output information|fail2ban" | awk '{ if ($5=="REG") { print $10 } }' | grep -v "^$" | sort -u`
|
||||
|
|
Loading…
Reference in New Issue