SonarSoftwareInc / customer_portal

A prebuilt customer portal for Sonar.
https://sonar.software
25 stars 51 forks source link

Updated cron job permissions #97

Closed t1nfoil closed 3 years ago

t1nfoil commented 3 years ago

Error in log -> sonar-customerportal | Feb 10 17:10:02 f1cb88058c97 cron[76]: (systemlaravel-cron) INSECURE MODE (group/other writable) (/etc/cron.d/laravel-cron) sonar-customerportal | Feb 10 17:10:02 f1cb88058c97 cron[76]: (systemnginx-reload-certs) INSECURE MODE (group/other writable) (/etc/cron.d/nginx-reload-certs)

Fixed by applying permissions 600/644 to /etc/cron.d (cron jobs aren't running)