[ClamAV] Modify /dev/console to fit permissions

This commit is contained in:
André
2018-05-02 21:08:40 +02:00
parent 4c31adaa82
commit d14e6c184b
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ fi
mkdir -p /var/log/clamav
touch /var/log/clamav/clamd.log /var/log/clamav/freshclam.log
chown -R clamav:clamav /var/log/clamav/
chown root:tty /dev/console
chmod g+rw /dev/console
# Prepare
BACKGROUND_TASKS=()