mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-03 15:25:03 -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: GUIdocs
|
||||
permalink: /doc/GUIdocs/
|
||||
redirect_from: /wiki/GUIdocs/
|
||||
permalink: /en/doc/gui-docs/
|
||||
redirect_from:
|
||||
- /doc/GUIdocs/
|
||||
- /wiki/GUIdocs/
|
||||
---
|
||||
|
||||
Qubes GUI protocol
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: QubesArchitecture
|
||||
permalink: /doc/QubesArchitecture/
|
||||
redirect_from: /wiki/QubesArchitecture/
|
||||
permalink: /en/doc/qubes-architecture/
|
||||
redirect_from:
|
||||
- /doc/QubesArchitecture/
|
||||
- /wiki/QubesArchitecture/
|
||||
---
|
||||
|
||||
Qubes Architecture Overview
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: QubesNet
|
||||
permalink: /doc/QubesNet/
|
||||
redirect_from: /wiki/QubesNet/
|
||||
permalink: /en/doc/qubes-net/
|
||||
redirect_from:
|
||||
- /doc/QubesNet/
|
||||
- /wiki/QubesNet/
|
||||
---
|
||||
|
||||
VM network in Qubes
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
layout: doc
|
||||
title: SecurityCriticalCode
|
||||
permalink: /doc/SecurityCriticalCode/
|
||||
permalink: /en/doc/security-critical-code/
|
||||
redirect_from:
|
||||
- /doc/SecurityCriticalCode/
|
||||
- /wiki/SecurityCriticalCode/
|
||||
- /trac/wiki/SecurityCriticalCode/
|
||||
---
|
||||
|
@ -12,7 +13,7 @@ Security-Critical Code in Qubes OS
|
|||
|
||||
Below is a list of security-critical (AKA trusted) code in Qubes OS. A successful attack against any of those might allow to compromise the Qubes OS security. This code can be thought of as of a Trusted Computing Base (TCB) of Qubes OS. The goal of the project has been to minimize the amount of this trusted code to an absolute minimum. The size of the current TCB is of an order of hundreds thousands of lines of C code, which is several orders of magnitude less than in other OSes, such as Windows, Linux or Mac, where it is of orders of tens of millions of lines of C code.
|
||||
|
||||
For more information about the security goals of Qubes OS, see [this page](/doc/SecurityGoals/).
|
||||
For more information about the security goals of Qubes OS, see [this page](/en/doc/security-goals/).
|
||||
|
||||
Security-Critical Qubes-Specific Components
|
||||
-------------------------------------------
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: doc
|
||||
title: TemplateImplementation
|
||||
permalink: /doc/TemplateImplementation/
|
||||
redirect_from: /wiki/TemplateImplementation/
|
||||
permalink: /en/doc/template-implementation/
|
||||
redirect_from:
|
||||
- /doc/TemplateImplementation/
|
||||
- /wiki/TemplateImplementation/
|
||||
---
|
||||
|
||||
Overview of VM block devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue