From 2fb25eeb6ff39c18c0ba81a374a1a6f5e84ffbe7 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 4 Apr 2021 09:59:54 +0000 Subject: [PATCH] Update Fedora-WorkStation-33.sh --- Fedora-WorkStation-33.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Fedora-WorkStation-33.sh b/Fedora-WorkStation-33.sh index e8983f2..54fdafc 100644 --- a/Fedora-WorkStation-33.sh +++ b/Fedora-WorkStation-33.sh @@ -32,6 +32,9 @@ sudo cp /usr/lib/sysctl.d/10-default-yama-scope.conf /etc/sysctl.d/ sudo sed -i 's/kernel.yama.ptrace_scope = 0/kernel.yama.ptrace_scope = 3/g' /etc/sysctl.d/10-default-yama-scope.conf sudo sysctl --load=/etc/sysctl.d/10-default-yama-scope.conf +#Blacklist Firewire SBP2 +echo "blacklist firewire-sbp2" | sudo tee /etc/modprobe.d/blacklist.conf + #Setup Firewalld sudo firewall-cmd --permanent --remove-port=1025-65535/udp sudo firewall-cmd --permanent --remove-port=1025-65535/tcp