aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-06 21:31:28 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-06 21:31:28 +0000
commitab984707253940bf5ced3a379699e8d0dc757fa6 (patch)
treea042eff7200487a1cdea225d766c941931a50662
parent921522ec7ff35201657187765838307dc50810dd (diff)
downloadmsec-ab984707253940bf5ced3a379699e8d0dc757fa6.tar
msec-ab984707253940bf5ced3a379699e8d0dc757fa6.tar.gz
msec-ab984707253940bf5ced3a379699e8d0dc757fa6.tar.bz2
msec-ab984707253940bf5ced3a379699e8d0dc757fa6.tar.xz
msec-ab984707253940bf5ced3a379699e8d0dc757fa6.zip
Added a note for bug #41709.
-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