diff --git a/Ubuntu-Desktop-20.04-LTS.sh b/Ubuntu-Desktop-20.04-LTS.sh index 1378c47..226dbef 100644 --- a/Ubuntu-Desktop-20.04-LTS.sh +++ b/Ubuntu-Desktop-20.04-LTS.sh @@ -40,6 +40,9 @@ ubuntu-report -f send no echo "kernel.yama.ptrace_scope = 3" | sudo tee /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 + #Enable UFW sudo ufw enable