Hacker News new | ask | show | jobs
by 5d749d7da7d5 2078 days ago
This makes me wonder, why there has not been a bigger push towards microkernel/minimal OS with audited toolchains that were "done". Minimal features and minimal surface area. A plug and play distribution with security at the forefront which rarely needed updating because only the essential was available.

I would be fine taking a healthy performance hit if I knew that the base OS was secure. (At this point I expect the BSD folks to chime in that they have had this for years)

1 comments

Isn't that (one of) the design goals of CoreOS, Alpine, Clear Linux, etc.?
Further in that direction, https://github.com/GoogleContainerTools/distroless — stripping out as much of the OS code as possible.