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 20/20] Core Update 157: Apply changed permissions to /srv/web/ipfire/cgi-bin/cachemgr.cgi Date: Mon, 17 May 2021 21:07:52 +0200 Message-ID: <3b0ba7cd-9f63-20b4-86d0-279183c59aac@ipfire.org> In-Reply-To: <3368b7e2-c4e8-076f-1dbc-75945b1a037f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1679481683414487711==" List-Id: --===============1679481683414487711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/rootfiles/core/157/update.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/= update.sh index d71c9688c..ce7b6f5bf 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -109,8 +109,12 @@ chmod -x \ /var/ipfire/fwhosts/icmp-types \ /var/ipfire/ovpn/ovpn-leases.db =20 -chown -R root:root /var/ipfire/urlfilter/bin -chown -R root:root /var/ipfire/updatexlrator/bin +chown -R root:root \ + /var/ipfire/updatexlrator/bin \ + /var/ipfire/urlfilter/bin + +chown root:root \ + /srv/web/ipfire/cgi-bin/cachemgr.cgi =20 # Delete scrubbed files rm -f \ --=20 2.26.2 --===============1679481683414487711==--