public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] update.sh: Delete .rnd files
@ 2019-02-02  7:46 Erik Kapfer
  0 siblings, 0 replies; only message in thread
From: Erik Kapfer @ 2019-02-02  7:46 UTC (permalink / raw)
  To: development

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

Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are not needed anymore.

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 config/rootfiles/core/128/update.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh
index 8eacdd9eb..71824266b 100644
--- a/config/rootfiles/core/128/update.sh
+++ b/config/rootfiles/core/128/update.sh
@@ -36,7 +36,13 @@ done
 # Remove files
 rm -vf \
 	/usr/lib{,/sse2}/libcrypto.so.10 \
-	/usr/lib{,/sse2}/libssl.so.10
+	/usr/lib{,/sse2}/libssl.so.10 \
+	/home/nobody/.rnd \
+	/var/ipfire/ovpn/ca/.rnd \
+	/var/tmp/.rnd \
+	/.rnd \
+	/root/.rnd
+
 
 # Extract files
 extract_files
-- 
2.12.2


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

only message in thread, other threads:[~2019-02-02  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02  7:46 [PATCH] update.sh: Delete .rnd files Erik Kapfer

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