1. Harden the operating system
Chrome developers are using a variety of Linux security techniques to minimize how much system access any given program will have and to reduce the number of exposed attack surfaces. In addition, Chrome OS is adopting a defense in depth (PDF Link) approach. The core idea here is that you use multiple layers of security so even if someone breaks in at one point, they’re faced with yet another security barrier.
Google is using multiple methods to harden Chrome, but I’m going to glance at just two here. One, namespaces (PDF Link) is rather old. The other, cgroups (Control Groups), is quite new, but the pair have similar goals. In each, the idea is to isolate a hierarchical collection of tasks, cgroups, or a set of processes, and process trees, namespaces, from unlimited access to the system.
via itworld.com

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=559fea92-ce0f-4b64-8516-e4f11aabd8ad)






