mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
SecureBlue hmalloc does not currently support RHEL
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
c61c69752f
commit
80422768f1
@ -89,12 +89,6 @@ sudo systemctl enable --now dnf-automatic.timer
|
|||||||
# Remove unnecessary packages
|
# Remove unnecessary packages
|
||||||
sudo dnf remove -y cockpit*
|
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
|
|
||||||
sudo chmod 644 /etc/ld.so.preload
|
|
||||||
|
|
||||||
# Install appropriate virtualization drivers
|
# Install appropriate virtualization drivers
|
||||||
if [ "$virtualization" = 'kvm' ]; then
|
if [ "$virtualization" = 'kvm' ]; then
|
||||||
sudo dnf install -y qemu-guest-agent
|
sudo dnf install -y qemu-guest-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user