From 23498c611f198bb7458a2db8c8abfcd572a11c91 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Jul 2021 15:47:35 +0000 Subject: [PATCH] core158: Fix any potentially broken file permissions Signed-off-by: Michael Tremer --- config/rootfiles/core/158/update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5