Merge pull request #1632 from artonge/patch-1

Remove write access to group and others to Amavis configuration files
This commit is contained in:
Erik Wramner 2020-10-06 17:16:31 +02:00 committed by GitHub
commit c7135c29ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,8 @@ RUN sed -i -r 's/#(@| \\%)bypass/\1bypass/g' /etc/amavis/conf.d/15-content_fil
# no syslog user in debian compared to ubuntu
adduser --system syslog && \
useradd -u 5000 -d /home/docker -s /bin/bash -p "$(echo docker | openssl passwd -1 -stdin)" docker && \
echo "0 4 * * * /usr/local/bin/virus-wiper" | crontab -
echo "0 4 * * * /usr/local/bin/virus-wiper" | crontab - && \
chmod 644 /etc/amavis/conf.d/*
# Configure Fail2ban
COPY target/fail2ban/jail.conf /etc/fail2ban/jail.conf