Merge pull request #11538 from overleaf/msm-crontab-permission

[CE] changed `crontab` permissions to `600`

GitOrigin-RevId: 38e145fe0d15cc1859096232bd8754e81726be2d
This commit is contained in:
Miguel Serrano 2023-01-31 11:15:00 +01:00 committed by Copybot
parent 6641d78f22
commit d9b851fb9e

View file

@ -49,8 +49,8 @@ RUN chmod 644 /etc/logrotate.d/sharelatex
# Configure cron tasks
# ----------------------
ADD server-ce/cron /overleaf/cron
ADD server-ce/config/crontab* /etc/cron.d
ADD server-ce/config/crontab-history /etc/cron.d/crontab-history
RUN chmod 600 /etc/cron.d/crontab-history
# Copy Phusion Image startup scripts to its location
# --------------------------------------------------