Hacker News new | ask | show | jobs
by swagasaurus-rex 1741 days ago
Containerization built in to the OS, with strict privacy controls on what containers can access inside of other containers.

All applications run in its own container, unless they are granted granular permissions to do otherwise.

The code and assets for a program belong in its own quarantined section, not spread out over the filesystem or littered around /etc/, /var/

Built in networking for these containers.

2 comments

Couldn’t you essentially make a Linux distribution that has these by default?
That's exactly how ChromeOS works.