Skip to content

Commit

Permalink
crontab root permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Jun 17, 2025
1 parent 73abbc0 commit 3760d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slashRoot/usr/local/lib/comanage_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 3760d59

Please sign in to comment.