mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user