Hacker News new | ask | show | jobs
by wolttam 49 days ago
Running as root opens you up to a class of vulnerabilities (denial of service, mainly) that you can avoid by not running as root.

That said, running every process in its own micro VM is looking more attractive by the minute.

1 comments

Half the point is that you should always assume that there exists a complete LPE bug.

But yes, micro VMs are a great idea!