6.8 KiB
title, icon, description
title | icon | description |
---|---|---|
Qubes概述 | simple/qubesos | Qubes is an operating system built around isolating apps within *qubes* (formerly "VMs") for heightened security. |
Qubes OS is an open-source operating system which uses the Xen hypervisor to provide strong security for desktop computing through isolated qubes, (which are Virtual Machines). You can assign each qube a level of trust based on its purpose. Qubes OS provides security by using isolation. It only permits actions on a per-case basis and therefore is the opposite of badness enumeration.
Qubes操作系统是如何工作的?
Qubes使用 分区 ,以保持系统的安全性。 Qubes是由模板创建的,默认的是Fedora、Debian和 Whonix。 Qubes OS also allows you to create once-use disposable qubes.
??? "The term qubes is gradually being updated to avoid referring to them as "virtual machines"."
Some of the information here and on the Qubes OS documentation may contain conflicting language as the "appVM" term is gradually being changed to "qube". Qubes are not entire virtual machines, but maintain similar functionalities to VMs.
Each qube has a colored border that can help you keep track of the domain in which it runs. 例如,你可以为你的银行浏览器使用一种特定的颜色,而对一般的不信任的浏览器使用不同的颜色。
为什么我应该使用Qubes?
Qubes OS is useful if your threat model requires strong security and isolation, such as if you think you'll be opening untrusted files from untrusted sources. A typical reason for using Qubes OS is to open documents from unknown sources, but the idea is that if a single qube is compromised it won't affect the rest of the system.
Qubes OS utilizes dom0 Xen VM for controlling other qubes on the host OS, all of which display individual application windows within dom0's desktop environment. There are many uses for this type of architecture. Here are some tasks you can perform. You can see just how much more secure these processes are made by incorporating multiple steps.
复制和粘贴文本
你可以 ,使用 qvm-copy-to-vm
或下面的说明复制和粘贴文本。
- Press Ctrl+C to tell the qube you're in that you want to copy something.
- Press Ctrl+Shift+C to tell the qube to make this buffer available to the global clipboard.
- Press Ctrl+Shift+V in the destination qube to make the global clipboard available.
- Press Ctrl+V in the destination qube to paste the contents in the buffer.
文件交换
To copy and paste files and directories (folders) from one qube to another, you can use the option Copy to Other AppVM... or Move to Other AppVM.... 不同的是, Move 选项将删除原始文件。 Either option will protect your clipboard from being leaked to any other qubes. This is more secure than air-gapped file transfer. An air-gapped computer will still be forced to parse partitions or file systems. 这一点在跨区拷贝系统中是不需要的。
??? "Qubes do not have their own filesystems."
You can [copy and move files](https://www.qubes-os.org/doc/how-to-copy-and-move-files/) between *qubes*. 当这样做的时候,改变并不是立即进行的,而且在发生事故的情况下可以很容易地撤消。 When you run a *qube*, it does not have a persistent filesystem. You can create and delete files, but these changes are ephemeral.
虚拟机之间的相互作用
The qrexec framework is a core part of Qubes which allows communication between domains. 它建立在Xen库 vchan的基础上,通过策略,促进了 隔离。
Connecting to Tor via a VPN
We recommend connecting to the Tor network via a VPN provider, and luckily Qubes makes this easy to do with a combination of ProxyVMs and Whonix.
After creating a new ProxyVM which connects to the VPN of your choice, you can chain your Whonix qubes to that ProxyVM before they connect to the Tor network, by setting the NetVM of your Whonix Gateway (sys-whonix
) to the newly-created ProxyVM.
Your qubes should be configured in a manner similar to this:
Qube name | Qube description | NetVM |
---|---|---|
sys-net | Your default network qube (pre-installed) | n/a |
sys-firewall | Your default firewall qube (pre-installed) | sys-net |
==sys-proxyvm== | The VPN ProxyVM you created | sys-firewall |
sys-whonix | Your Whonix Gateway VM | ==sys-proxyvm== |
anon-whonix | Your Whonix Workstation VM | sys-whonix |
其它资源
关于其他信息,我们鼓励你查阅位于 Qubes OS网站上的大量Qubes OS文档页面。 离线拷贝可以从Qubes OS 文档库中下载。
- Arguably the world's most secure operating system (Open Technology Fund)
- Software compartmentalization vs. physical separation (J. Rutkowska)
- Partitioning my digital life into security domains (J. Rutkowska)
- Related Articles (Qubes OS)