]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Remove preloading libsafe.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Nov 2012 11:59:14 +0000 (12:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Nov 2012 11:59:14 +0000 (12:59 +0100)
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

index 26779366bd721424d34a5307fa8feedb1ee56757..dbd38c4d2ad2c3eafb6af9ed2e7c1beed02295d7 100644 (file)
@@ -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
 #