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:
authorKatarina Durechova <durechova@ynet.sk>2018-12-13 14:13:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-12-13 14:13:27 +0300
commit2fb4ae4987362eb351be75ca6f881a837ffeb4c9 (patch)
treec20a2a4981e4d19eb88205d7f63c0dbe198ad4b4 /include/tests_shells
parent760ed040c8ff1ea46c2190091269863cef42817f (diff)
[SHLL-6230] Add etc/bash.bashrc.local to umask check (#595)
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_shells b/include/tests_shells
index 155483f0..d2c7e2f2 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -231,7 +231,7 @@
#
# Test : SHLL-6230
# Description : Check for umask values in shell configurations
- SHELL_CONFIG_FILES="${ROOTDIR}etc/bashrc ${ROOTDIR}etc/bash.bashrc ${ROOTDIR}etc/csh.cshrc ${ROOTDIR}etc/profile"
+ SHELL_CONFIG_FILES="${ROOTDIR}etc/bashrc ${ROOTDIR}etc/bash.bashrc ${ROOTDIR}etc/bash.bashrc.local ${ROOTDIR}etc/csh.cshrc ${ROOTDIR}etc/profile"
Register --test-no SHLL-6230 --weight H --network NO --category security --description "Perform umask check for shell configurations"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0