diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index df36764..2459b49 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -110,6 +110,8 @@ sudo dnf remove -y cockpit* # Install hardened_malloc sudo dnf copr enable secureblue/hardened_malloc -y sudo dnf install -y hardened_malloc +echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload +chmod 644 /etc/ld.so.preload # Install appropriate virtualization drivers if [ "$virtualization" = 'kvm' ]; then diff --git a/Fedora-Workstation-40.sh b/Fedora-Workstation-40.sh index 4ccd915..f610bb8 100644 --- a/Fedora-Workstation-40.sh +++ b/Fedora-Workstation-40.sh @@ -176,6 +176,8 @@ sudo dnf -y upgrade # Install hardened_malloc sudo dnf copr enable secureblue/hardened_malloc -y sudo dnf install -y hardened_malloc +echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload +chmod 644 /etc/ld.so.preload # Install packages that I use sudo dnf -y install adw-gtk3-theme gnome-console gnome-shell-extension-appindicator gnome-shell-extension-blur-my-shell gnome-shell-extension-background-logo