Making containers safer
Making containers safer
Posted Aug 22, 2019 12:44 UTC (Thu) by walters (subscriber, #7396)In reply to: Making containers safer by cyphar
Parent article: Making containers safer
The LXD team's push for user namespaces is great, and worth a lot of credit. The article's authors (and you) are right to highlight the risks of running without user namespaces.
The way I think about security is: I often use the term "secure" when talking about code to mean "we believe we can ship fixes for the security issues that arise using this", and I think that's true of "uid 0 containers". You're right there have been numerous CVEs, and there are required band-aids like seccomp for open_by_handle_at() - but this all got fixed.
So again, I think calling them "privileged containers" is taking things a step too far.
