Linked by Thom Holwerda on Mon 3rd Sep 2012 21:53 UTC

Thread beginning with comment 533779
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Member since:
2007-09-22
You have to remember the people who are looking for extra security are not the average users.
Also when trying to create secure systems, it is all about seperation and layers of defense and creating small(er) pieces of code which handle that seperation.
The smaller those pieces are, the more predictable and more understandable they usually are and thus they can be better checked for errors.
But it still has to work easily or people just won't use it.
I think they found an interresting balance.
Also default Linux installs already come with SELinux, apparmor and/or the hardend version of PHP.
Lightweight containers for running certain security sensitive applications, based on "LXC", are also in the works.
Edited 2012-09-04 10:15 UTC