From 2480c416d61a21320e7728786310028cee75c3b0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 30 Mar 2020 16:39:06 +0000 Subject: [PATCH] core143: set user of /var/spool/cron to cron Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/143/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index cb7f579146..bc28f7de74 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -62,6 +62,9 @@ ldconfig # remove wrong vnstat tag file rm -f /var/log/vnstat/tag +# set /var/spool/cron to cron user +chown cron:cron /var/spool/cron + # restart init after glibc replace telinit u -- 2.39.5