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>2019-09-21 17:31:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-09-21 17:31:06 +0300
commita1b6d463b2f3ff5f9cdd2383bc3ee031f38bb4e5 (patch)
treebd151fa6c6aac9b0e76ce87381c988ecf9dc693c /include/tests_shells
parent2c32e8e04df851fbea035a75b29d73558562e901 (diff)
Fixed a typo
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_shells b/include/tests_shells
index 37d152b4..480166be 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -109,12 +109,12 @@
LogText "Test: Search for session timeout tools or settings in shell"
if IsRunning "timeoutd"; then
IDLE_TIMEOUT=1
- LogText "Result: found timeoutd process to kill idle sesions"
+ LogText "Result: found timeoutd process to kill idle sessions"
IDLE_TIMEOUT_METHOD="timeout-daemon"
fi
if IsRunning "autolog"; then
IDLE_TIMEOUT=1
- LogText "Result: found autolog process to kill idle sesions"
+ LogText "Result: found autolog process to kill idle sessions"
Report="session_timeout_method[]=autolog"
IDLE_TIMEOUT_METHOD="autolog"
fi