Subversion Repositories ALCASAR

Rev

Rev 2970 | Rev 2979 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2970 Rev 2975
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2970 2021-07-13 12:07:44Z rexy $
2
#  $Id: alcasar.sh 2975 2021-07-20 16:04:13Z rexy $
3
 
3
 
4
# ALCASAR is a Free and open source NAC (Network Access Controler) created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
4
# ALCASAR is a Free and open source NAC (Network Access Controler) created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
5
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares Coovachilli, freeradius, mariaDB, lighttpd, php, netfilter, e2guardian, ntpd, openssl, dnsmasq, unbound, gammu, clamav, Ulog, fail2ban, vnstat, wkhtml2pdf, ipt_NETFLOW, NFsen and NFdump
5
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares Coovachilli, freeradius, mariaDB, lighttpd, php, netfilter, e2guardian, ntpd, openssl, dnsmasq, unbound, gammu, clamav, Ulog, fail2ban, vnstat, wkhtml2pdf, ipt_NETFLOW, NFsen and NFdump
6
# contact : info@alcasar.net
6
# contact : info@alcasar.net
7
 
7
 
Line 1416... Line 1416...
1416
	$SED "s?^Checks.*?Checks 6?g" /etc/freshclam.conf
1416
	$SED "s?^Checks.*?Checks 6?g" /etc/freshclam.conf
1417
	$SED "s?^NotifyClamd.*?# NotifyClamd /etc/clamd.conf?g" /etc/freshclam.conf
1417
	$SED "s?^NotifyClamd.*?# NotifyClamd /etc/clamd.conf?g" /etc/freshclam.conf
1418
	$SED "s?^DatabaseOwner.*?DatabaseOwner e2guardian?g" /etc/freshclam.conf
1418
	$SED "s?^DatabaseOwner.*?DatabaseOwner e2guardian?g" /etc/freshclam.conf
1419
	$SED "/^DatabaseMirror/a DatabaseMirror db.fr.clamav.net" /etc/freshclam.conf
1419
	$SED "/^DatabaseMirror/a DatabaseMirror db.fr.clamav.net" /etc/freshclam.conf
1420
	$SED "s?^MaxAttempts.*?MaxAttempts 3?g" /etc/freshclam.conf
1420
	$SED "s?^MaxAttempts.*?MaxAttempts 3?g" /etc/freshclam.conf
1421
# update now
-
 
1422
	/usr/bin/freshclam --no-warnings --quiet
-
 
1423
} # End of antivirus()
1421
} # End of antivirus()
1424
 
1422
 
1425
##############################################################
1423
##############################################################
1426
##                            function "ulogd"              ##
1424
##                            function "ulogd"              ##
1427
## - Ulog config for multi-log files                        ##
1425
## - Ulog config for multi-log files                        ##