• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

chrooting/jailing daemons

Soybomb

Diamond Member
So what is everyone's stance on chrooting daemons on their boxes. As I find myself watching a greater number of boxes and services I find myself less willing to go to the trouble of doing so. Its certainly nice security wise to have done, but taking away my ability to use tools like portupgrade to just download and install an update and be done with it in a hurry certainly detracts from the practice. Do you jail? 😀
 
Yep, I jail, but if it's getting out of hand maintenance-wise I can see the alternate point. Really though, you can avoid jailing if you properly secure the machine from the start (setting up daemon user accounts, running them as non-root, etc). I'd recommend that approach if you're finding the maintenance to be a real pain.
 
I chroot bind 9 for dns, and it works like a champ. I can see how it might be a pain to do updates, but I'm sure you could just script it.
 
i'd rather be able to patch fast (read "up2date-nox -u" or apt-get update/upgrade) than have a vulnerability that I know won't hurt me too bad, and will take me 15 - 30 minutes to upgrade.
 
Back
Top