mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 14:56:13 -04:00
Change URIs from CamelCase to lowercase-hyphen-separated
This commit is contained in:
parent
bb5fb46527
commit
f3ee78f223
160 changed files with 888 additions and 579 deletions
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Dom0SecureUpdates
|
||||
permalink: /doc/Dom0SecureUpdates/
|
||||
redirect_from: /wiki/Dom0SecureUpdates/
|
||||
permalink: /en/doc/dom0-secure-updates/
|
||||
redirect_from:
|
||||
- /doc/Dom0SecureUpdates/
|
||||
- /wiki/Dom0SecureUpdates/
|
||||
---
|
||||
|
||||
Qubes Dom0 secure update procedure
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: DVMimpl
|
||||
permalink: /doc/DVMimpl/
|
||||
redirect_from: /wiki/DVMimpl/
|
||||
permalink: /en/doc/dvm-impl/
|
||||
redirect_from:
|
||||
- /doc/DVMimpl/
|
||||
- /wiki/DVMimpl/
|
||||
---
|
||||
|
||||
DisposableVM implementation in Qubes
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qfilecopy
|
||||
permalink: /doc/Qfilecopy/
|
||||
redirect_from: /wiki/Qfilecopy/
|
||||
permalink: /en/doc/qfilecopy/
|
||||
redirect_from:
|
||||
- /doc/Qfilecopy/
|
||||
- /wiki/Qfilecopy/
|
||||
---
|
||||
|
||||
InterVM file copy design
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qfileexchgd
|
||||
permalink: /doc/Qfileexchgd/
|
||||
redirect_from: /wiki/Qfileexchgd/
|
||||
permalink: /en/doc/qfileexchgd/
|
||||
redirect_from:
|
||||
- /doc/Qfileexchgd/
|
||||
- /wiki/Qfileexchgd/
|
||||
---
|
||||
|
||||
**This mechanism is obsolete as of Qubes Beta 1!**
|
||||
==================================================
|
||||
|
||||
Please see this [page](/doc/Qfilecopy/) instead.
|
||||
Please see this [page](/en/doc/qfilecopy/) instead.
|
||||
|
||||
qfilexchgd, the Qubes file exchange daemon
|
||||
==========================================
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qmemman
|
||||
permalink: /doc/Qmemman/
|
||||
redirect_from: /wiki/Qmemman/
|
||||
permalink: /en/doc/qmemman/
|
||||
redirect_from:
|
||||
- /doc/Qmemman/
|
||||
- /wiki/Qmemman/
|
||||
---
|
||||
|
||||
qmemman, Qubes memory manager
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qrexec
|
||||
permalink: /doc/Qrexec/
|
||||
redirect_from: /wiki/Qrexec/
|
||||
permalink: /en/doc/qrexec/
|
||||
redirect_from:
|
||||
- /doc/Qrexec/
|
||||
- /wiki/Qrexec/
|
||||
---
|
||||
|
||||
Command execution in VM (and Qubes RPC)
|
||||
|
@ -159,4 +161,4 @@ As previously noted, Qubes aims to provide mechanisms that are very simple and t
|
|||
Qubes RPC internals
|
||||
-------------------
|
||||
|
||||
The internal implementation of qrexec in Qubes R2 is described [here](/doc/Qrexec2Implementation/), and in Qubes R3 [here](/doc/Qrexec3Implementation/).
|
||||
The internal implementation of qrexec in Qubes R2 is described [here](/en/doc/qrexec2-implementation/), and in Qubes R3 [here](/en/doc/qrexec3-implementation/).
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qrexec2Implementation
|
||||
permalink: /doc/Qrexec2Implementation/
|
||||
redirect_from: /wiki/Qrexec2Implementation/
|
||||
permalink: /en/doc/qrexec2-implementation/
|
||||
redirect_from:
|
||||
- /doc/Qrexec2Implementation/
|
||||
- /wiki/Qrexec2Implementation/
|
||||
---
|
||||
|
||||
Implementation of qrexec in Qubes R2
|
||||
====================================
|
||||
|
||||
This page describes implementation of the [qrexec framework](/doc/Qrexec/) in Qubes OS R2. Note that the implementation has changed significantly in Qubes R3 (see [Qrexec3Implementation](/doc/Qrexec3Implementation/)), although the user API reminded backwards compatible (i.e. qrexec apps written for Qubes R2 should run without modifications on Qubes R3).
|
||||
This page describes implementation of the [qrexec framework](/en/doc/qrexec/) in Qubes OS R2. Note that the implementation has changed significantly in Qubes R3 (see [Qrexec3Implementation](/en/doc/qrexec3-implementation/)), although the user API reminded backwards compatible (i.e. qrexec apps written for Qubes R2 should run without modifications on Qubes R3).
|
||||
|
||||
Dom0 tools implementation
|
||||
-------------------------
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qrexec3
|
||||
permalink: /doc/Qrexec3/
|
||||
redirect_from: /wiki/Qrexec3/
|
||||
permalink: /en/doc/qrexec3/
|
||||
redirect_from:
|
||||
- /doc/Qrexec3/
|
||||
- /wiki/Qrexec3/
|
||||
---
|
||||
|
||||
Command execution in VM (and Qubes RPC)
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Qrexec3Implementation
|
||||
permalink: /doc/Qrexec3Implementation/
|
||||
redirect_from: /wiki/Qrexec3Implementation/
|
||||
permalink: /en/doc/qrexec3-implementation/
|
||||
redirect_from:
|
||||
- /doc/Qrexec3Implementation/
|
||||
- /wiki/Qrexec3Implementation/
|
||||
---
|
||||
|
||||
Implementation of qrexec in Qubes R3
|
||||
====================================
|
||||
|
||||
This page describes implementation of the [qrexec framework](/doc/Qrexec/) in Qubes OS R3.
|
||||
This page describes implementation of the [qrexec framework](/en/doc/qrexec/) in Qubes OS R3.
|
||||
|
||||
Qrexec framework consists of a number of processes communicating with each other using common IPC protocol (described in detail below). Components residing in the same domain use pipes as the underlying transport medium, while components in separate domains use vchan link.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue