From babf17970ac1fa34577aaa0360cb34d18da1f59c Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 12 Nov 2024 05:45:29 -0700 Subject: [PATCH] Consistency fix --- fedora-minimal/fedora-minimal.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora-minimal/fedora-minimal.sh b/fedora-minimal/fedora-minimal.sh index 6575c63..cb99555 100644 --- a/fedora-minimal/fedora-minimal.sh +++ b/fedora-minimal/fedora-minimal.sh @@ -49,8 +49,6 @@ chmod 644 /etc/ssh/ssh_config.d/10-custom.conf download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf /etc/modprobe.d/workstation-blacklist.conf sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf -# This doesn't exist (jackwagon) -# sudo chmod 644 /etc/sysctl.d/30_security-misc_kexec-disable.conf # Dracut doesn't seem to work - need to investigate # dracut -f sudo sysctl -p @@ -58,6 +56,9 @@ sudo sysctl -p # Setup ZRAM download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf +# Install necessary packages +sudo dnf install -y qubes-core-agent-selinux + # Setup hardened_malloc sudo https_proxy=https://127.0.0.1:8082 dnf copr enable secureblue/hardened_malloc -y sudo dnf install -y hardened_malloc