Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 3a5f0fc2 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

fix(logrotate): enforce safe permissions

parent af32d488
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ RUN rsync -rLDog --chown www-data:www-data --delete --exclude-from=/upgrade.excl

COPY config/syslog-ng/syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
COPY config/logrotate/nextcloud-syslog-ng /etc/logrotate.d/nextcloud-syslog-ng
RUN chmod 0644 /etc/logrotate.d/nextcloud-syslog-ng

ENTRYPOINT ["/custom_entrypoint-slim.sh"]
CMD ["php-fpm"]