From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 19/20] Squid: cachemgr.cgi does not have to be owned (hence writeable) by nobody Date: Mon, 17 May 2021 21:07:32 +0200 Message-ID: <3368b7e2-c4e8-076f-1dbc-75945b1a037f@ipfire.org> In-Reply-To: <6eb3152c-47f8-5687-6241-ad699ab6c7bd@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2886720691381385604==" List-Id: --===============2886720691381385604== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- lfs/squid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/squid b/lfs/squid index 18cb30ef7..38675f3f3 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 =20 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 =20 cp -f $(DIR_SRC)/config/updxlrator/updxlrator /usr/sbin/updxlrator cp -f $(DIR_SRC)/config/updxlrator/checkup /var/ipfire/updatexlrator/bin/ch= eckup --=20 2.26.2 --===============2886720691381385604==--