From 1f7e3a1c2fd0b2d1165a39e74aef542b1581091f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 Nov 2012 12:59:14 +0100 Subject: [PATCH] Remove preloading libsafe. libsafe has been used to protect against string (printf) formatting errors that could be a security threat. This is not needed anymore because glibc does it on its own. --- config/rootfiles/core/65/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/65/update.sh b/config/rootfiles/core/65/update.sh index 26779366bd..dbd38c4d2a 100644 --- a/config/rootfiles/core/65/update.sh +++ b/config/rootfiles/core/65/update.sh @@ -169,6 +169,9 @@ if [ -e /var/ipfire/qos/enable ]; then /usr/local/bin/qosctrl start fi +# Remove preloading libsafe. +rm -f /etc/ld.so.preload + # # Modify grub.conf # -- 2.39.2