From 3760d59732dd8e080cc9b3de3f665c257ba7344f Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 17 Jun 2025 11:34:45 +0300 Subject: [PATCH] crontab root permissions --- slashRoot/usr/local/lib/comanage_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/slashRoot/usr/local/lib/comanage_utils.sh b/slashRoot/usr/local/lib/comanage_utils.sh index 9cc9757..47baa28 100644 --- a/slashRoot/usr/local/lib/comanage_utils.sh +++ b/slashRoot/usr/local/lib/comanage_utils.sh @@ -234,6 +234,7 @@ function comanage_utils::deploy_crontab() { chown root:root "${crontab}" chmod 0644 "${crontab}" + chmod 0644 /etc/crontab if [[ -n "${COMANAGE_REGISTRY_CRON_USER}" ]]; then cronuser="${COMANAGE_REGISTRY_CRON_USER}"