public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] core159: Fix permissions after extraction
@ 2021-07-21 15:45 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-07-21 15:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

There seems to be a bug in tar (which should be gone by now), but on
affected systems, we might need to reset directory permissions just in
case.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/core/159/update.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/config/rootfiles/core/159/update.sh b/config/rootfiles/core/159/update.sh
index 9582c3ece..89ce31111 100644
--- a/config/rootfiles/core/159/update.sh
+++ b/config/rootfiles/core/159/update.sh
@@ -104,6 +104,15 @@ rm -rf /opt/pakfire/db/installed/meta-libstatgrab
 # 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.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-21 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 15:45 [PATCH] core159: Fix permissions after extraction Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox