Skip to content

Commit

Permalink
Consistency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Nov 12, 2024
1 parent 25f99d7 commit babf179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fedora-minimal/fedora-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@ 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

# 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
Expand Down

0 comments on commit babf179

Please sign in to comment.