mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
Remove en/ from URLs (QubesOS/qubes-issues#1333)
This commit is contained in:
parent
2e68758b50
commit
fc385586b6
162 changed files with 638 additions and 508 deletions
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
layout: doc
|
||||
title: Security-critical Code
|
||||
permalink: /en/doc/security-critical-code/
|
||||
permalink: /doc/security-critical-code/
|
||||
redirect_from:
|
||||
- /en/doc/security-critical-code/
|
||||
- /doc/SecurityCriticalCode/
|
||||
- /wiki/SecurityCriticalCode/
|
||||
- /trac/wiki/SecurityCriticalCode/
|
||||
|
@ -13,7 +14,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](/en/doc/security-goals/).
|
||||
For more information about the security goals of Qubes OS, see [this page](/doc/security-goals/).
|
||||
|
||||
Security-Critical Qubes-Specific Components
|
||||
-------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue