From: Michael Tremer Date: Wed, 21 Jul 2021 15:47:35 +0000 (+0000) Subject: core158: Fix any potentially broken file permissions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore158;p=ipfire-2.x.git core158: Fix any potentially broken file permissions Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/158/update.sh b/config/rootfiles/core/158/update.sh index a0e8d842fb..d02b49188d 100644 --- a/config/rootfiles/core/158/update.sh +++ b/config/rootfiles/core/158/update.sh @@ -65,6 +65,15 @@ done # Extract files extract_files +# Fix permissions just in case they broke again +chmod -v 755 \ + /usr \ + /usr/bin \ + /usr/lib \ + /usr/sbin \ + /var \ + /var/ipfire + # update linker config ldconfig