From 2fb4ae4987362eb351be75ca6f881a837ffeb4c9 Mon Sep 17 00:00:00 2001 From: Katarina Durechova Date: Thu, 13 Dec 2018 12:13:27 +0100 Subject: [PATCH] [SHLL-6230] Add etc/bash.bashrc.local to umask check (#595) --- include/tests_shells | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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