diff --git a/Qrexec2Implementation.md b/Qrexec2Implementation.md new file mode 100644 index 00000000..682de82f --- /dev/null +++ b/Qrexec2Implementation.md @@ -0,0 +1,25 @@ +--- +layout: wiki +title: Qrexec2Implementation +permalink: /wiki/Qrexec2Implementation/ +--- + +Implemention of qrexec in Qubes R2 +================================== + +This page describes implementation of the [qrexec framework](/wiki/Qrexec) in Qubes OS R2. Note that the implementation has changed significantly in Qubes R3 (see [Qrexec3Implementation](/wiki/Qrexec3Implementation)), although the user API reminded backwards compatible (i.e. qrexec apps written for Qubes R2 should run without modifications on Qubes R3). + +General architecture +-------------------- + +Dom0-specific details +--------------------- + +VM-specific details (Linux AppVMs) +---------------------------------- + +VM-specific details (Windows AppVMs) +------------------------------------ + +Protocol description +--------------------