Selasa, 24 Juli 2012

qubes-os

 Qubes implements Security by Isolation approach. To do this, Qubes utilizes virtualization technology, to be able to isolate various programs from each other, and even sandbox many system-level components, like networking or storage subsystem, so that their compromise don’t affect the integrity of the rest of the system.

Qubes lets the user define many security domains implemented as lightweight Virtual Machines (VMs), or “AppVMs”. E.g. user can have “personal”, “work”, “shopping”, “bank”, and “random” AppVMs and can use the applications from within those VMs just like if they were executing on the local machine, but at the same time they are well isolated from each other. Qubes supports secure copy-and-paste and file sharing between the AppVMs, of course.

Key architecture features:
  1. BulletBased on a secure bare-metal hypervisor (Xen)
  2. BulletNetworking code sand-boxed in an unprivileged VM (using IOMMU/VT-d)
  3. BulletNo networking code in the privileged domain (dom0)
  4. BulletAll user applications run in “AppVMs”, lightweight VMs based on Linux
  5. BulletCentralized updates of all AppVMs based on the same template
  6. BulletQubes GUI virtualization presents applications like if they were running locally
  7. BulletQubes GUI provides isolation between apps sharing the same desktop
  8. BulletStorage drivers and backends sand-boxed in an unprivileged virtual machine(*)
  9. BulletSecure system boot based on Intel TXT(*)