mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 15:24:21 +02:00
Updated descriptions
This commit is contained in:
parent
15c942ac24
commit
d90c43d06c
@ -31,9 +31,10 @@
|
|||||||
# Files (interactive login shells): /etc/profile $HOME/.bash_profile
|
# Files (interactive login shells): /etc/profile $HOME/.bash_profile
|
||||||
# $HOME/.bash_login $HOME/.profile
|
# $HOME/.bash_login $HOME/.profile
|
||||||
# Files (interactive non-login shells): $HOME/.bash_rc
|
# Files (interactive non-login shells): $HOME/.bash_rc
|
||||||
|
#
|
||||||
# csh/tcsh
|
# csh/tcsh
|
||||||
# Files: /etc/csh.cshrc /etc/csh.login
|
# Files: /etc/csh.cshrc /etc/csh.login
|
||||||
|
#
|
||||||
# zsh
|
# zsh
|
||||||
# Files: /etc/zshenv /etc/zsh/zshenv $HOME/.zshenv /etc/zprofile
|
# Files: /etc/zshenv /etc/zsh/zshenv $HOME/.zshenv /etc/zprofile
|
||||||
# /etc/zsh/zprofile $HOME/.zprofile /etc/zshrc /etc/zsh/zshrc
|
# /etc/zsh/zprofile $HOME/.zprofile /etc/zshrc /etc/zsh/zshrc
|
||||||
@ -68,8 +69,8 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Test : SHLL-6211
|
# Test : SHLL-6211
|
||||||
# Description : which shells are available according /etc/shells
|
# Description : Determine available shell according /etc/shells
|
||||||
Register --test-no SHLL-6211 --weight L --network NO --category security --description "Checking available and valid shells"
|
Register --test-no SHLL-6211 --weight L --network NO --category security --description "Available and valid shells"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
LogText "Test: Searching for ${ROOTDIR}etc/shells"
|
LogText "Test: Searching for ${ROOTDIR}etc/shells"
|
||||||
if [ -f ${ROOTDIR}etc/shells ]; then
|
if [ -f ${ROOTDIR}etc/shells ]; then
|
||||||
@ -98,8 +99,8 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Test : SHLL-6220
|
# Test : SHLL-6220
|
||||||
# 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 "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
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
|
|
||||||
IDLE_TIMEOUT_METHOD=""
|
IDLE_TIMEOUT_METHOD=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user