mirror of https://github.com/CISOfy/lynis.git
Updated descriptions
This commit is contained in:
parent
15c942ac24
commit
d90c43d06c
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue