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>2016-04-26 14:00:41 +0300
committermboelen <michael@cisofy.com>2016-04-26 14:00:41 +0300
commit448fd65e316eb4263ba275a2a846cfb953b8c77a (patch)
treeddb99dc111a74a9315a241c7c1953d845c91a97a /include/tests_logging
parent705e2444ee06468436b44d0fe24c5d17c752d466 (diff)
Remove tab
Diffstat (limited to 'include/tests_logging')
-rw-r--r--include/tests_logging2
1 files changed, 1 insertions, 1 deletions
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`