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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-24 12:37:25 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-24 12:37:25 +0300
commitcc5142329b220265d792653de165d7922079f743 (patch)
tree60eef9d8dee22c47a5b5c9f31bcefcd534a3e6ba /include/tests_filesystems
parente3af7c37275c488af82345ce2acbc9c0fbf80624 (diff)
[FILE-6362] added details
Diffstat (limited to 'include/tests_filesystems')
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index 00d2d215..9dab3624 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -363,7 +363,7 @@
FIND=$(${LSBINARY} -ld /tmp | ${AWKBINARY} '$1 ~ /[tT]/ { print 1 }')
if [ "${FIND}" = "1" ]; then
Display --indent 2 --text "- Checking /tmp sticky bit" --result "${STATUS_OK}" --color GREEN
- LogText "Result: Sticky bit (${FIND}) found on /tmp directory"
+ LogText "Result: sticky bit found on /tmp directory"
AddHP 3 3
else
Display --indent 2 --text "- Checking /tmp sticky bit" --result "${STATUS_WARNING}" --color RED