From: Michael Tremer Date: Sat, 24 Nov 2012 11:59:14 +0000 (+0100) Subject: Remove preloading libsafe. X-Git-Tag: v2.13-beta1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f7e3a1c2fd0b2d1165a39e74aef542b1581091f;p=ipfire-2.x.git 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. --- 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 #