Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Security goals  





2 Installation and System Requirements  





3 User experience  





4 System architecture overview  



4.1  Xen hypervisor and domains  





4.2  The Administrative domain: dom0  





4.3  The User domains: qubes  





4.4  Network domain  







5 Reception  





6 See also  





7 Notes  





8 References  





9 External links  














Qubes OS






العربية
Български
Català
Dansk
Deutsch
Español
Français

Bahasa Indonesia
Italiano
עברית

Norsk bokmål
Polski
Português
Runa Simi
Русский
Türkçe
Українська

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
Wikiversity
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 

(Redirected from Qubes)

Qubes OS
Qubes OS 4.1.2 with its default Xfce DE running Fedora 37, Debian 11 and Whonix 16 virtualizations.
DeveloperThe Qubes OS Project

Invisible Things Labs

Joanna Rutkowska
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen source with proprietary blobs,[1][2]
Initial releaseSeptember 3, 2012; 11 years ago (2012-09-03)[3]
Latest release4.2.2[4] Edit this on Wikidata / 13 July 2024; 3 days ago (13 July 2024)
Marketing targetsecurity by compartmentalization, desktop, laptop
Available inMultilingual
Update methodDNF (PackageKit)
Package managerRPM Package Manager
Platformsx86-64
Kernel typeMicrokernel (Xen Hypervisor running minimal Linux-based OSes and others)
UserlandGNU[note 1]
Default
user interface
Xfce
LicenseFree software licenses
(mainly GPL v2[5])
Official websitequbes-os.org

Qubes OS is a security-focused desktop operating system that aims to provide security through isolation.[6] Isolation is provided through the use of virtualization technology. This allows the segmentation of applications into secure virtual machines called qubes. Virtualization services in Qubes OS are provided by the Xen hypervisor.

The runtimes of individual qubes are generally based on a unique system of underlying operating system templates. Templates provide a single, immutable root file system which can be shared by multiple qubes. This approach has two major benefits. First, updates to a given template are automatically "inherited" by all qubes based on it. Second, shared templates can dramatically reduce storage requirements compared to separate VMs with a full operating install per secure domain.

The base installation of Qubes OS provides a number of officially supported templates based on the Fedora and Debian Linux distributions. Alternative community-supported templates include Whonix, Ubuntu, Arch Linux, CentOS, or Gentoo.[7] Users may also create their own templates.

Operating Systems like Qubes OS are referred to in academia as Converged Multi-Level Secure (MLS) Systems.[8] Other proposals of similar systems have surfaced[9][10] and SecureView and VMware vSphere are commercial competitors.[citation needed]

Security goals[edit]

Security domains scheme

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

To secure a desktop using Qubes OS, the user takes care to isolate various environments, so that if one of the components gets compromised, the malicious software would get access to only the data inside that environment.[14]

In Qubes OS, 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 divided into security domains with different levels of trust.

For instance: work domain (most trusted), shopping domain, random domain (less trusted).[15] Each of these domains is run in a separate qube.

The qubes have passwordless root access (e.g. passwordless sudo) by default.[16] UEFI Secure Boot is not supported out of the box, but this is not considered a major security issue.[17] Qubes is not a multiuser system.[18]

Installation and System Requirements[edit]

As a desktop-focused operating system, Qubes OS targets personal computer hardware. This market is dominated by laptops running Intel and AMD processors and chipsets.

The base system requirements for Qubes OS are:

User experience[edit]

Users interact with Qubes OS in much the same manner that they interact with any standard graphical desktop operating systems with some key differences:

System architecture overview[edit]

Xen hypervisor and domains[edit]

The Xen hypervisor provides strong isolation between its hosted virtual machines, called domains in Xen terminology.

The first domain started by Xen is the privileged administrative domain referred to as domain zero or more commonly dom0.

The Administrative domain: dom0[edit]

As of Qubes OS 4.1.2, the operating system running in dom0 is Fedora Linux running a paravirtualized Linux kernel. It is the Linux kernel in dom0 that controls and brokers access to all the physical system hardware, via standard Linux kernel device drivers.

The operating system hosts the user's graphical desktop and controls most hardware devices. This includes the graphics device, USB ports, storage and input devices, such as the keyboard and mouse. The base graphical desktop is composed of the X server, the XFWM window manager and the XFCE desktop.

By design, dom0 has the least possible direct interaction with the qubes in order to minimize the possibility of an attack originating from there.[23][24]

Updates to the dom0 operating system and the included Template OS images are performed via a special mechanism which does not require dom0 operating system to connect directly to a network.

The User domains: qubes[edit]

An app qube (an instance of a qube) provides secure, compartmentalized execution of standard user applications such as a web browser, an email client or a text editor.

Operation of app qubes is controlled by the Qube Manager. It launches the discrete app qubes and presents their applications on the desktop of dom0 as normal process windows.

This mechanism follows the idea of a sandbox. After running the application, viewing the document, etc., the whole disposable will be destroyed on shutdown.[25]

Qubes OS integrates all of the app qubes into a single common desktop environment. The identity of each app qube for a given process is provided by an unforgeable, colored window border which is defined in the properties of the app qube.

Disk usage in dom0 is minimized by allowing multiple app qubes to share a common "template" root file system image maintained in read-only mode. Additional disk storage is only used for userʼs applications, data and per-VM settings.

Network domain[edit]

The network mechanism is the most exposed to security attacks. To circumvent this, it is isolated in a separate, unprivileged qube, named the net qube.

Another firewall Domain is used to house the Linux-kernel-based firewall, so that even if the network domain is compromised, the firewall is still isolated and protected (as it is running in a separate Linux kernel in a separate VM).[26]

Reception[edit]

Security and privacy experts such as Edward Snowden, Daniel J. Bernstein, and Christopher Soghoian have publicly praised the project.[27]

Jesse Smith wrote a review of Qubes OS 3.1 for DistroWatch Weekly:[28]

I had a revelation though on the second day of my trial when I realized I had been using Qubes incorrectly. I had been treating Qubes as a security enhanced Linux distribution, as though it were a regular desktop operating system with some added security. This quickly frustrated me as it was difficult to share files between domains, take screen shots or even access the Internet from programs I had opened in Domain Zero. My experience was greatly improved when I started thinking of Qubes as being multiple, separate computers which all just happened to share a display screen. Once I began to look at each domain as its own island, cut off from all the others, Qubes made a lot more sense. Qubes brings domains together on one desktop in much the same way virtualization lets us run multiple operating systems on the same server.

Kyle Rankin from Linux Journal reviewed Qubes OS in 2016:[29]

I'm sure you already can see a number of areas where Qubes provides greater security than you would find in a regular Linux desktop.

In 2014, Qubes was selected as a finalist of Access Innovation Prize 2014 for Endpoint Security, run by the international human rights organization Access Now.[30]

See also[edit]

Notes[edit]

  1. ^ The base (dom0) operating system used by Qubes OS is Fedora (source), which (as of December 2022) uses the GNU coreutils.

References[edit]

  1. ^ "Will Qubes seek to get certified under the GNU Free System Distribution Guidelines (GNU FSDG)?".
  • ^ "Qubes OS License".
  • ^ "Introducing Qubes 1.0!". September 3, 2012.
  • ^ "Qubes OS 4.2.2 has been released!". July 13, 2024. Retrieved July 14, 2024.
  • ^ "License Qubes OS". www.qubes-os.org.
  • ^ "Qubes OS bakes in virty system-level security". The Register. September 5, 2012.
  • ^ "Qubes OS Templates".
  • ^ Issa, Abdullah; Murray, Toby; Ernst, Gidon (December 4, 2018). "In search of perfect users: towards understanding the usability of converged multi-level secure user interfaces". Proceedings of the 30th Australian Conference on Computer-Human Interaction. OzCHI '18: 30th Australian Computer-Human Interaction Conference. Melbourne Australia: Association for Computing Machinery (ACM). p. 572576. doi:10.1145/3292147.3292231. ISBN 978-1-4503-6188-0. Retrieved November 1, 2020.
  • ^ Beaumont, Mark; McCarthy, Jim; Murray, Toby (December 5, 2016). "The cross domain desktop compositor: using hardware-based video compositing for a multi-level secure user interface". Proceedings of the 32nd Annual Conference on Computer Security Applications. ACSAC '16: 2016 Annual Computer Security Applications Conference. Los Angeles California USA: Association for Computing Machinery (ACM). p. 533545. doi:10.1145/2991079.2991087. ISBN 978-1-4503-4771-6. Retrieved November 1, 2020.
  • ^ Atanas Filyanov; Nas, Aysegül; Volkamer, Melanie (July 1, 2013). "Poster: On the Usability of Secure GUIs". p. 11. S2CID 17605611. {{cite web}}: Missing or empty |url= (help)
  • ^ "The three approaches to computer security". Joanna Rutkowska. September 2, 2008.
  • ^ "Qubes OS: An Operating System Designed For Security". Tom's hardware. August 30, 2011.
  • ^ "A digital fortress?". The Economist. March 28, 2014.
  • ^ "How Splitting a Computer Into Multiple Realities Can Protect You From Hackers". Wired. November 20, 2014.
  • ^ "Partitioning my digital life into security domains". Joanna Rutkowska. March 13, 2011.
  • ^ Passwordless Root Access in VMs
  • ^ a b Qubes FAQ
  • ^ Rutkowska, Joanna (May 3, 2010). "Google Groups - Qubes as a multi-user system". Google Groups.
  • ^ a b Why Intel VT-d ?
  • ^ Qubes system requirements
  • ^ "Copying Files between qubes". Qubes OS. Retrieved June 5, 2020.
  • ^ "Copy and Paste". Qubes OS. Retrieved June 5, 2020.
  • ^ "(Un)Trusting your GUI Subsystem". Joanna Rutkowska. September 9, 2010.
  • ^ "The Linux Security Circus: On GUI isolation". Joanna Rutkowska. April 23, 2011.
  • ^ "Qubes To Implement Disposable Virtual Machines". OSnews. June 3, 2010.
  • ^ "Playing with Qubes Networking for Fun and Profit". Joanna Rutkowska. September 28, 2011.
  • ^ "Endpoint Security Prize Finalists Announced!".
  • ^ DistroWatch Weekly, Issue 656, 11 April 2016
  • ^ Secure Desktops with Qubes: Introduction |Linux Journal
  • ^ "Endpoint Security Prize Finalists Announced!". Michael Carbone. February 13, 2014.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Qubes_OS&oldid=1233131881"

    Categories: 
    2012 software
    Linux distributions
    Operating system security
    RPM-based Linux distributions
    Tor onion services
    X86-64 Linux distributions
    Hidden categories: 
    CS1 errors: requires URL
    Articles with short description
    Short description matches Wikidata
    Use mdy dates from June 2016
    Short description is different from Wikidata
    All articles with unsourced statements
    Articles with unsourced statements from May 2023
    Articles needing additional references from December 2023
    All articles needing additional references
    Commons category link from Wikidata
     



    This page was last edited on 7 July 2024, at 12:36 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki