From b272b45137948054583340e5a487d646ba28946e Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 31 Dec 2022 18:09:52 +0100 Subject: [PATCH] Meta: Fix link to relocated intel.com webpage Using archive.org, it appears that this page has moved at some point between May 14, 2021, and December 22, 2022, for no discernible reason. --- Base/usr/share/man/man7/Mitigations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md index 9b67851356..590b4e9900 100644 --- a/Base/usr/share/man/man7/Mitigations.md +++ b/Base/usr/share/man/man7/Mitigations.md @@ -13,7 +13,7 @@ to collect and describe the mitigations in one centralized place. ### SMEP (Supervisor Mode Execution Protection) -[Supervisor Mode Execution Protection](https://software.intel.com/security-software-guidance/best-practices/related-intel-security-features-technologies) is an Intel CPU feature which prevents execution +[Supervisor Mode Execution Protection](https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/best-practices/related-intel-security-features-technologies.html) is an Intel CPU feature which prevents execution of userspace code with kernel privileges. It was enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/8602fa5b49aa4e2b039764a14698f0baa3ad0532):