Acrolinx Enhancement Effort

This commit is contained in:
Siddarth Mandalika
2022-07-08 13:29:29 +05:30
parent 33f1cd099a
commit 213b187818
18 changed files with 226 additions and 226 deletions

View File

@ -25,7 +25,7 @@ Secure Boot and Trusted Boot help prevent malware and corrupted components from
The first step in protecting the operating system is to ensure that it boots securely after the initial hardware and firmware boot sequences have safely finished their early boot sequences. Secure Boot makes a safe and trusted path from the Unified Extensible Firmware Interface (UEFI) through the Windows kernel's Trusted Boot sequence. Malware attacks on the Windows boot sequence are blocked by the signature-enforcement handshakes throughout the boot sequence between the UEFI, bootloader, kernel, and application environments.
As the PC begins the boot process, it will first verify that the firmware is digitally signed, reducing the risk of firmware rootkits. Secure Boot then checks all code that runs before the operating system and checks the OS bootloaders digital signature to ensure that it is trusted by the Secure Boot policy and hasnt been tampered with.
As the PC begins the boot process, it will first verify that the firmware is digitally signed, reducing the risk of firmware rootkits. Secure Boot then checks all code that runs before the operating system and checks the OS bootloaders digital signature to ensure that it's trusted by the Secure Boot policy and hasnt been tampered with.
## Trusted Boot