From: Peter Müller Date: Mon, 17 May 2021 19:07:32 +0000 (+0200) Subject: Squid: cachemgr.cgi does not have to be owned (hence writeable) by nobody X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2ccb35fa4b233da3e25b43c7464b2a202a9a1fc;p=people%2Fstevee%2Fipfire-2.x.git Squid: cachemgr.cgi does not have to be owned (hence writeable) by nobody Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/lfs/squid b/lfs/squid index 18cb30ef78..38675f3f3e 100644 --- a/lfs/squid +++ b/lfs/squid @@ -149,7 +149,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chown -R squid:squid /var/log/squid /var/log/cache /var/log/updatexlrator cp /usr/lib/squid/cachemgr.cgi /srv/web/ipfire/cgi-bin/cachemgr.cgi - chown nobody.nobody /srv/web/ipfire/cgi-bin/cachemgr.cgi + chown root:root /srv/web/ipfire/cgi-bin/cachemgr.cgi cp -f $(DIR_SRC)/config/updxlrator/updxlrator /usr/sbin/updxlrator cp -f $(DIR_SRC)/config/updxlrator/checkup /var/ipfire/updatexlrator/bin/checkup