From 9610fff0c5f84d49e0010a377e8270e75303e71c Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 17 Aug 2022 09:47:14 -0400 Subject: [PATCH] Typo fixes Signed-off-by: Tommy --- content/os/Linux-Desktop-Hardening.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/os/Linux-Desktop-Hardening.md b/content/os/Linux-Desktop-Hardening.md index af643f5..fbc7253 100644 --- a/content/os/Linux-Desktop-Hardening.md +++ b/content/os/Linux-Desktop-Hardening.md @@ -5,7 +5,7 @@ tags: ['operating systems', 'linux', 'privacy', 'security'] author: Tommy --- -Linux is [not](https://madaidans-insecurities.github.io/linux.html) a secure operating system. However, there are step you can take harden it, reduce its attack surface and improve its privacy. +Linux is [not](https://madaidans-insecurities.github.io/linux.html) a secure operating system. However, there are steps you can take to harden it, reduce its attack surface and improve its privacy. **Disclaimers**: @@ -333,4 +333,4 @@ The second option is to creating an [Unified Kernel Image](https://wiki.archlinu After setting up Secure Boot it is crucial that you set a “firmware password” (also called a “supervisor password”, “BIOS password” or “UEFI password”), otherwise an adversary can simply disable Secure Boot. -These recommendations can make you a little more resistant to [evil maid](https://en.wikipedia.org/wiki/Evil_maid_attack) attacks, but they not good as a proper verified boot process such as that found on [Android](https://source.android.com/security/verifiedboot), [ChromeOS](https://support.google.com/chromebook/answer/3438631) or [Windows](https://docs.microsoft.com/en-us/windows/security/information-protection/secure-the-windows-10-boot-process). \ No newline at end of file +These recommendations can make you a little more resistant to [evil maid](https://en.wikipedia.org/wiki/Evil_maid_attack) attacks, but they not good as a proper verified boot process such as that found on [Android](https://source.android.com/security/verifiedboot), [ChromeOS](https://support.google.com/chromebook/answer/3438631) or [Windows](https://docs.microsoft.com/en-us/windows/security/information-protection/secure-the-windows-10-boot-process).