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-04-09 07:52:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-04-09 07:52:00 +0300
commitd90c43d06cbf10b90da61593beac6bb85d7be083 (patch)
tree479a0d4ecf3cd099b90728b35b7ec8b4914259e8 /include/tests_shells
parent15c942ac24adbac67f13f97d554a6e97986507c2 (diff)
Updated descriptions
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/tests_shells b/include/tests_shells
index 80735064..3a094ad8 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -31,9 +31,10 @@
# Files (interactive login shells): /etc/profile $HOME/.bash_profile
# $HOME/.bash_login $HOME/.profile
# Files (interactive non-login shells): $HOME/.bash_rc
-
+ #
# csh/tcsh
# Files: /etc/csh.cshrc /etc/csh.login
+ #
# zsh
# Files: /etc/zshenv /etc/zsh/zshenv $HOME/.zshenv /etc/zprofile
# /etc/zsh/zprofile $HOME/.zprofile /etc/zshrc /etc/zsh/zshrc
@@ -68,8 +69,8 @@
#################################################################################
#
# Test : SHLL-6211
- # Description : which shells are available according /etc/shells
- Register --test-no SHLL-6211 --weight L --network NO --category security --description "Checking available and valid shells"
+ # Description : Determine available shell according /etc/shells
+ Register --test-no SHLL-6211 --weight L --network NO --category security --description "Available and valid shells"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Searching for ${ROOTDIR}etc/shells"
if [ -f ${ROOTDIR}etc/shells ]; then
@@ -98,8 +99,8 @@
#################################################################################
#
# Test : SHLL-6220
- # Description : check for idle session killing tools or settings
- Register --test-no SHLL-6220 --weight L --network NO --category security --description "check for idle session killing tools or settings"
+ # Description : Check for idle session killing tools or settings
+ Register --test-no SHLL-6220 --weight L --network NO --category security --description "Idle session killing tools or settings"
if [ ${SKIPTEST} -eq 0 ]; then
IDLE_TIMEOUT_METHOD=""