Eliminate warning message and add big warnings about security holes
This commit is contained in:
parent
f353351aeb
commit
501579ff4d
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user