From ab984707253940bf5ced3a379699e8d0dc757fa6 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 6 Jan 2009 21:31:28 +0000 Subject: Added a note for bug #41709. --- cron-sh/security_check.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'cron-sh') 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 -- cgit v1.2.1