mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-25 23:11:24 +01:00
fix 99.1 Apply TMOUT Variable
This commit is contained in:
parent
a986f3b340
commit
4867538c22
@ -12,7 +12,7 @@ set -e # One error, it's over
|
|||||||
set -u # One variable unset, it's over
|
set -u # One variable unset, it's over
|
||||||
|
|
||||||
USER='root'
|
USER='root'
|
||||||
PATTERN='^TMOUT='
|
PATTERN='TMOUT='
|
||||||
VALUE='600'
|
VALUE='600'
|
||||||
FILES_TO_SEARCH='/etc/bash.bashrc /etc/profile.d/* /etc/profile'
|
FILES_TO_SEARCH='/etc/bash.bashrc /etc/profile.d/* /etc/profile'
|
||||||
FILE='/etc/profile.d/CIS_99.1_timeout.sh'
|
FILE='/etc/profile.d/CIS_99.1_timeout.sh'
|
||||||
|
Loading…
Reference in New Issue
Block a user