|
|
|
|
|
by qwertox
459 days ago
|
|
My biggest problem with Linux is that there are no per-process firewall settings. I think one can get around this by using AppArmor or using an user per app and assigning rules to a user. I've used Linux for over a decade now, but there are still many things I haven't learned, so maybe I'm missing something in this regard. The GitHub page says - TCP network access control (binding and connecting) and - Support for UDP and other network protocol restrictions (when supported by Linux kernel) so maybe this can be used to firewall processes in an easy way (assuming that it is easy to set up landrun)? |
|
Systemd has `NetworkNamespacePath` directive which can spin up services in new namespaces as well. See `man 5 systemd.exec`