Skip to content

Commit 5a7cb3c

Browse files
committed
Update kernel module blacklist URLs
1 parent d1ffe2d commit 5a7cb3c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fedora-gnome/fedora-gnome.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/et
4141
sudo sed -i 's/KexAlgorithms curve25519-sha256/KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256/' /etc/crypto-policies/back-ends/openssh.config
4242

4343
# Security kernel settings
44-
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/etc/modprobe.d/blacklist.conf /etc/modprobe.d/workstation-blacklist.conf
44+
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/lib/modprobe.d/secureblue-framebuffer.conf /etc/modprobe.d/framebuffer-blacklist.conf
45+
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/lib/modprobe.d/secureblue.conf /etc/modprobe.d/workstation-blacklist.conf
4546
download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf
4647
# Dracut doesn't seem to work - need to investigate
4748
# dracut -f

fedora-minimal/fedora-minimal.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/et
4646
chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
4747

4848
# Security kernel settings
49-
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/etc/modprobe.d/blacklist.conf /etc/modprobe.d/workstation-blacklist.conf
49+
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/lib/modprobe.d/secureblue-framebuffer.conf /etc/modprobe.d/framebuffer-blacklist.conf
50+
sudo chmod 644 /etc/modprobe.d/framebuffer-blacklist.conf
51+
download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/lib/modprobe.d/secureblue.conf /etc/modprobe.d/workstation-blacklist.conf
5052
sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf
5153
download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf
5254
# Dracut doesn't seem to work - need to investigate

0 commit comments

Comments
 (0)