Subject: Re: CRITICAL ** Holes in default cron jobs ** CRITICAL
To: der Mouse <mouse@holo.rodents.montreal.qc.ca>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: current-users
Date: 12/30/1996 15:50:39
Hmm. Wouldn't a `-rm' (or maybe `-unlink') option to `find' be the
right way to close this hole?

(find would presumably wander around the hierarchy using chdir/fchdir,
and thus would only pass single-component pathnames to unlink()).

					- Bill