|
|
|
|
|
by coppsilgold
453 days ago
|
|
On Linux you can do the next best thing which is to move out all the interfaces from the default network namespace and use iptables rules for it which block everything just in case. Then you have to explicitly launch applications in a desired network namespace such as physical (eth0, wlan0 etc) or vpn (wg0). Accidentally launched applications, or something like the desktop environment have no network connectivity. |
|