cron.daily/security

changeset 15
c4a1470ab59d
parent 13
cc078ac2fddd
child 16
37f217a8bcce
equal deleted inserted replaced
14:59e07bba67cc 15:c4a1470ab59d
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 ############################################################################# 3 #############################################################################
4 # Copyright (C) 2005-2009 4 # Copyright (C) 2005-2013
5 # 5 #
6 # Michiel Broek <mbse@mbse.dds.nl> 6 # Michiel Broek <mbse at mbse.eu>
7 # Beekmansbos 10 7 # Beekmansbos 10
8 # 1971 BV IJmuiden 8 # 1971 BV IJmuiden
9 # the Netherlands 9 # the Netherlands
10 # 10 #
11 # This file is part of SlackSecCheckSripts. 11 # This file is part of SlackSecCheckSripts.
23 # You should have received a copy of the GNU General Public License 23 # You should have received a copy of the GNU General Public License
24 # along with MBSE BBS; see the file COPYING. If not, write to the Free 24 # along with MBSE BBS; see the file COPYING. If not, write to the Free
25 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 25 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
26 ############################################################################# 26 #############################################################################
27 27
28 VERSION=0.15 28 VERSION=0.16
29 export PATH=/bin:/usr/bin:/sbin:/usr/sbin 29 export PATH=/bin:/usr/bin:/sbin:/usr/sbin
30 umask 077 30 umask 077
31 LANG=C; export LANG 31 LANG=C; export LANG
32 32
33 fqdn=`hostname -f` 33 fqdn=`hostname -f`

mercurial