I do know how to allow or block a Linux app in the firewall via command line. My question though is in relation to applications installed via WINE. Is the process similar for example?
There are a few Windows games I play via WINE that are "free" albeit with a price tag of annoying ads popups. They're not multiplayer games so there's no reason to be dialing out. I know I can set the firewall to restrict all apps except those I allow. Of course, that would cost me much more time specifying firewall rules and I run the risk of accidentally blocking a port I wasn't supposed to. (If it was a server, I wouldn't mind as that's how I configure servers). But for a standalone desktop, I don't find the hassle necessary. Any ideas?
Code:
sudo ufw allow/deny application.exe
Comment