File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,11 +107,10 @@ sudo systemctl disable --now irqbalance
107107sudo dnf remove -y audit ' cockpit*' cronie firewalld ' *firmware*' flashrom grub2-tools-extra iptables* irqbalance ' hunspell*' kdump-utils kpartx mdadm microcode_ctl ' parted pcsc*' pigz pkgconf prefixdevname rhc rootfiles ' sg3*' ' sssd*' tpm2-tools ' vim*'
108108
109109# Install hardened_malloc
110- # Not available on RHEL 10 yet
111- # sudo dnf copr enable secureblue/hardened_malloc -y
112- # sudo dnf install -y hardened_malloc
113- # echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
114- # sudo chmod 644 /etc/ld.so.preload
110+ sudo dnf copr enable secureblue/hardened_malloc -y
111+ sudo dnf install -y hardened_malloc
112+ echo ' libhardened_malloc.so' | sudo tee /etc/ld.so.preload
113+ sudo chmod 644 /etc/ld.so.preload
115114
116115# Setup insights
117116sudo insights-client --register
You can’t perform that action at this time.
0 commit comments