diff --git a/etc/daily b/etc/daily index 181cfcc660fb..423063e5c29c 100644 --- a/etc/daily +++ b/etc/daily @@ -20,9 +20,10 @@ if [ -d /var/rwho ] ; then fi cd /tmp -# This is not safe, you need to decide what is appropriate for your -# system. Leave a warning note for now. -echo "You did not enable the cleaning of / in /etc/daily!" + +# This is a security hole, never use 'find' on a public directory +# with -exec rm -f as root. This can be exploited to delete any file +# on the system. # #find / ! -fstype local -a -prune -o \ # \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name *.core \