Jump to content

Qubes OS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by WhereIsMy (talk | contribs) at 23:05, 15 January 2017 (See also: rm Web portal link (not strongly related at least)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Qubes OS
Qubes OS
Applications running in different security domains
DeveloperInvisible Things Lab
OS familyUnix-like
Working stateCurrent
Source modelOpen source (GPLv2)[1]
Initial releaseSeptember 3, 2012; 12 years ago (2012-09-03)[2]
Latest release3.2[3] / September 29, 2016; 8 years ago (2016-09-29)
Latest previewR3.2 rc3[4] / August 31, 2016; 8 years ago (2016-08-31)
Available inMultilingual
Update methodYum (PackageKit)
Package managerRPM Package Manager
Platformsx86-64
Kernel typeMicrokernel (Xen Hypervisor running minimal Linux-based OSes and others)
UserlandFedora, Debian, Whonix, Microsoft Windows
Default
user interface
KDE, Xfce
LicenseFree software licenses
(mainly GPL v2[5])
Official websitewww.qubes-os.org

Qubes OS is a security-focused desktop operating system that aims to provide security through isolation.[6] Virtualization is performed by Xen, and user environments can be based on Fedora, Debian, Whonix, and Microsoft Windows, among other operating systems.[7][8]

On February 16, 2014, Qubes was selected as a finalist of Access Innovation Prize 2014 for Endpoint Security Solution.[9]

Security goals

Security domains scheme

Qubes implements a Security by Isolation approach.[10] The assumption is that there can be no perfect, bug-free desktop environment. Such an environment counts millions of lines of code, billions of software/hardware interactions. One critical bug in any of these interactions may be enough for malicious software to take control over a machine.[11][12]

In order to secure a desktop, a Qubes user should take care of isolating various environments, so that if one of the components gets compromised, the malicious software would get access to only the data inside that environment.[13]

In Qubes, the isolation is provided in two dimensions: hardware controllers can be isolated into functional domains (e.g. network domains, USB controller domains), whereas the user's digital life is decided in domains with different levels of trust. For instance: work domain (most trusted), shopping domain, random domain (less trusted).[14] Each of those domains is run in a separate virtual machine.

Qubes is not a multiuser system.[15]

System architecture overview

Xen hypervisor and administrative domain (Dom0)

The hypervisor provides isolation between different virtual machines. The administrative domain, also referred to as Dom0 (a term inherited from Xen), has direct access to all the hardware by default. Dom0 hosts the GUI domain and controls the graphics device, as well as input devices, such as keyboard and mouse. The GUI domain runs the X server, which displays the user desktop, and the window manager, which allows the user to start and stop the applications and manipulate their windows.

Integration of the different virtual machines is provided by the Application Viewer, which provides an illusion for the user that applications execute natively on the desktop, while in fact they are hosted (and isolated) in different virtual machines. Qubes integrates all these virtual machines onto one common desktop environment.

Because Dom0 is security-sensitive, it is isolated from the network. It tends to have as little interface and communication with other domains as possible in order to minimize the possibility of an attack originating from an infected virtual machine.[16][17]

The Dom0 domain manages the virtual disks of the other VMs, which are actually stored as files on the dom0 filesystem(s). Disk space is saved by virtue of various virtual machines (VM) sharing the same root file system in a read-only mode. Separate disk storage is only used for userʼs directory and per-VM settings. This allows software installation and updates to be centralized. It is also possible to install software only on a specific VM, by installing it as the non-root user, or by installing it in the non-standard, Qubes-specific /rw hierarchy.

Network domain

The network mechanism is the most exposed to security attacks. This is why it is isolated in a separate, unprivileged virtual machine, called the Network Domain.

An additional firewall virtual machine is used to house the Linux-kernel-based firewall, so that even if the network domain is compromised due to a device driver bug, the firewall is still isolated and protected (as it is running in a separate Linux kernel in a separate VM).[18]

Application Virtual Machines (AppVM)

AppVMs are the virtual machines used for hosting user applications, such as a web browser, an e-mail client or a text editor. For security purpose, these applications can be grouped in different domains, such as “personal”, “work”, “shopping”, “bank”, etc. The security domains are implemented as separate, Virtual Machines (VMs), thus being isolated from each other as if they were executing on different machines.

Some documents or applications can be run in disposable VMs through an action available in the file manager. The mechanism follows the idea of sandboxes: after viewing the document or application, then the whole Disposable VM will be destroyed.[19]

Each security domain is labelled by a color, and each window is marked by the color of the domain it belongs to. So it is always clearly visible to which domain a given window belongs.

See also

References

  1. ^ "Qubes OS License".
  2. ^ "Introducing Qubes 1.0!". September 3, 2012.
  3. ^ "Qubes 3.2". September 29, 2016.
  4. ^ "Qubes OS 3.2 rc3 has been released!". August 31, 2016.
  5. ^ https://www.qubes-os.org/doc/QubesLicensing/
  6. ^ "Qubes OS bakes in virty system-level security". The Register. September 5, 2012.
  7. ^ "Qubes OS Templates".
  8. ^ "Installing and using Windows-based AppVMs".
  9. ^ "Endpoint Security Prize Finalists Announced!". Michael Carbone. February 13, 2014.
  10. ^ "The three approaches to computer security". Joanna Rutkowska. September 2, 2008.
  11. ^ "Qubes OS: An Operating System Designed For Security". Tom's hardware. August 30, 2011.
  12. ^ "A digital fortress?". The Economist. March 28, 2014.
  13. ^ "How Splitting a Computer Into Multiple Realities Can Protect You From Hackers". Wired. November 20, 2014.
  14. ^ "Partitioning my digital life into security domains". Joanna Rutkowska. March 13, 2011.
  15. ^ Rutkowska, Joanna (May 3, 2010). "Google Groups - Qubes as a multi-user system". Google Groups.
  16. ^ "(Un)Trusting your GUI Subsystem". Joanna Rutkowska. September 9, 2010.
  17. ^ "The Linux Security Circus: On GUI isolation". Joanna Rutkowska. April 23, 2011.
  18. ^ "Playing with Qubes Networking for Fun and Profit". Joanna Rutkowska. September 28, 2011.
  19. ^ "Qubes To Implement Disposable Virtual Machines". OSnews. June 3, 2010.