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:
authorYoni Weill <joweill@icloud.com>2019-08-15 13:27:59 +0300
committerYoni Weill <joweill@icloud.com>2019-08-15 13:27:59 +0300
commit6164b41836dad4bdbf046d9c84202427c000497a (patch)
tree97eb41574437dcf8122790fe1cb3a7014aa8ba61 /include
parent8c3417dcc2c9009f0d82429a2cf378f70148510f (diff)
[HOME-9306] s/git-shell/git
Diffstat (limited to 'include')
-rw-r--r--include/tests_homedirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_homedirs b/include/tests_homedirs
index 85ae4250..e20b405f 100644
--- a/include/tests_homedirs
+++ b/include/tests_homedirs
@@ -89,7 +89,7 @@
if [ ${SKIPTEST} -eq 0 ]; then
# Check if users own their home directories
FOUND=0
- for LINE in "$(${EGREPBINARY} -v '^(daemon|git-shell|halt|root|shutdown|sync)' ${ROOTDIR}etc/passwd | ${AWKBINARY} -F: '($7 !~ "/(false|nologin)$") { print }') { print }')"; do
+ for LINE in "$(${EGREPBINARY} -v '^(daemon|git|halt|root|shutdown|sync)' ${ROOTDIR}etc/passwd | ${AWKBINARY} -F: '($7 !~ "/(false|nologin)$") { print }') { print }')"; do
USER=$(echo ${LINE} | ${CUTBINARY} -d: -f1)
DIR=$(echo ${LINE} | ${CUTBINARY} -d: -f6)
if [ -d ${DIR} ]; then