1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Use Snap UFW

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-06 01:16:18 -07:00 committed by GitHub
parent 1a068356fe
commit 35ae283440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,9 @@ org/gnome/desktop/media-handling/automount-open' | sudo tee /etc/dconf/db/local.
sudo dconf update sudo dconf update
#Setup UFW #Setup UFW
#UFW Snap is strictly confined, unlike its .deb counterpart
sudo apt purge -y ufw
sudo snap install ufw
sudo ufw enable sudo ufw enable
#Disable crash reports #Disable crash reports