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.
This commit is contained in:
Michael Tremer
2012-11-24 12:59:14 +01:00
parent f579ed457c
commit 1f7e3a1c2f

View 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
#