Line 1... |
Line 1... |
1 |
#!/bin/sh
|
1 |
#!/bin/sh
|
2 |
# $Id: alcasar.sh 628 2011-06-08 20:08:32Z richard $
|
2 |
# $Id: alcasar.sh 629 2011-06-09 20:54:27Z richard $
|
3 |
|
3 |
|
4 |
# alcasar.sh
|
4 |
# alcasar.sh
|
5 |
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
|
5 |
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
|
6 |
# This script is distributed under the Gnu General Public License (GPL)
|
6 |
# This script is distributed under the Gnu General Public License (GPL)
|
7 |
|
7 |
|
Line 1263... |
Line 1263... |
1263 |
[ -e /etc/bashrc.default ] || cp /etc/bashrc /etc/bashrc.default
|
1263 |
[ -e /etc/bashrc.default ] || cp /etc/bashrc /etc/bashrc.default
|
1264 |
cp -f $DIR_CONF/bashrc /etc/. ; chmod 644 /etc/bashrc ; chown root:root /etc/bashrc
|
1264 |
cp -f $DIR_CONF/bashrc /etc/. ; chmod 644 /etc/bashrc ; chown root:root /etc/bashrc
|
1265 |
# Droits d'exécution pour utilisateur apache et sysadmin
|
1265 |
# Droits d'exécution pour utilisateur apache et sysadmin
|
1266 |
[ -e /etc/sudoers.default ] || cp /etc/sudoers /etc/sudoers.default
|
1266 |
[ -e /etc/sudoers.default ] || cp /etc/sudoers /etc/sudoers.default
|
1267 |
cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
|
1267 |
cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
|
1268 |
$SED "s?^Host_Alias.*?Host_Alias LAN_ORG=$PRIVATE_NETWORK_MASK,localhost #réseau de l'organisme?g" /etc/sudoers
|
1268 |
$SED "s?^Host_Alias.*?Host_Alias LAN_ORG=$PRIVATE_NETWORK/$PRIVATE_NETMASK,localhost #réseau de l'organisme?g" /etc/sudoers
|
1269 |
# prise en compte de la rotation des logs sur 1 an (concerne mysql, httpd, dansguardian, squid, radiusd, ulogd)
|
1269 |
# prise en compte de la rotation des logs sur 1 an (concerne mysql, httpd, dansguardian, squid, radiusd, ulogd)
|
1270 |
cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
|
1270 |
cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
|
1271 |
chmod 644 /etc/logrotate.d/*
|
1271 |
chmod 644 /etc/logrotate.d/*
|
1272 |
# processus lancés par défaut au démarrage
|
1272 |
# processus lancés par défaut au démarrage
|
1273 |
for i in ntpd iptables ulogd dnsmasq squid chilli httpd radiusd mysqld dansguardian havp freshclam
|
1273 |
for i in ntpd iptables ulogd dnsmasq squid chilli httpd radiusd mysqld dansguardian havp freshclam
|