1
17.1 Legacy Series / Re: Jails and privilege isolation
« on: December 15, 2016, 12:13:15 am »
Since the web interface can be setup to listen only on localhost and accessible via an SSH tunnel, I find it less worrisome than for other network services that must be open to potential hostile networks, like the Internet.
If ways can't be found to reduce the required privileges of such network exposed services, isolating them with Jails seems like a solution worth exploring.
The firewall is only going to protect us from packets that aren't supposed to get through. Once they're in, we need to rely on other security mechanisms. Running so many of the daemons as root is a sure fire way to get easily hacked sooner rather than later.
If ways can't be found to reduce the required privileges of such network exposed services, isolating them with Jails seems like a solution worth exploring.
The firewall is only going to protect us from packets that aren't supposed to get through. Once they're in, we need to rely on other security mechanisms. Running so many of the daemons as root is a sure fire way to get easily hacked sooner rather than later.