cron.daily/security

changeset 23
b66522a5726e
parent 21
735fe1b89e5a
equal deleted inserted replaced
22:32af3eef438b 23:b66522a5726e
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 ############################################################################# 3 #############################################################################
4 # Copyright (C) 2005-2014 4 # Copyright (C) 2005-2020
5 # 5 #
6 # Michiel Broek <mbse at mbse.eu> 6 # Michiel Broek <mbse at mbse.eu>
7 # 7 #
8 # This file is part of SlackSecCheckSripts. 8 # This file is part of SlackSecCheckSripts.
9 # 9 #
20 # You should have received a copy of the GNU General Public License 20 # You should have received a copy of the GNU General Public License
21 # along with MBSE BBS; see the file COPYING. If not, write to the Free 21 # along with MBSE BBS; see the file COPYING. If not, write to the Free
22 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
23 ############################################################################# 23 #############################################################################
24 24
25 VERSION=0.22 25 VERSION=0.23
26 export PATH=/bin:/usr/bin:/sbin:/usr/sbin 26 export PATH=/bin:/usr/bin:/sbin:/usr/sbin
27 umask 077 27 umask 077
28 LANG=C; export LANG 28 LANG=C; export LANG
29 29
30 fqdn=`hostname -f` 30 fqdn=`hostname -f`

mercurial