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:
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