aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/security_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-xcron-sh/security_check.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh
index d5f7c89..e9121fe 100755
--- a/cron-sh/security_check.sh
+++ b/cron-sh/security_check.sh
@@ -213,6 +213,7 @@ for file in $list ; do
fi
done > ${TMP}
+# TODO: do not check on remote shares (#41709)
getent passwd | awk -F: '{print $1" "$6}' |
while read username homedir; do
if ! expr "$homedir" : "$FILTER" > /dev/null; then