Projet

Général

Profil

00-antivirus.patch

Thierry Bertrand, 28/08/2015 09:47

Télécharger (366 octets)

Voir les différences:

modif/00-antivirus 2015-08-28 09:29:18.066389594 +0200
16 16
#fixes #1711 : droits sur les fichiers de log
17 17
if [ -e ${LOG_ROOT_DIR} ]
18 18
then
19
    chown -R root:clamav ${LOG_ROOT_DIR}
19
    chown -R clamav:clamav ${LOG_ROOT_DIR}
20 20
fi
21 21

  
22 22
# attribution des droits pour freshclam minimaux #8001