From 448fd65e316eb4263ba275a2a846cfb953b8c77a Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 26 Apr 2016 13:00:41 +0200 Subject: Remove tab --- include/tests_logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_logging') diff --git a/include/tests_logging b/include/tests_logging index 8ecf358a..c95df549 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -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` -- cgit v1.2.3