diff options
-rwxr-xr-x | cron-sh/security_check.sh | 1 |
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 |