summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2022-12-31 18:09:52 +0100
committerTim Flynn <trflynn89@pm.me>2022-12-31 13:00:13 -0500
commitb272b45137948054583340e5a487d646ba28946e (patch)
treed647a004c28c9a6674504078701f9109031cc2b3
parent21b7c32af01f66435f26d62d53dcf6816d6e43c5 (diff)
downloadserenity-b272b45137948054583340e5a487d646ba28946e.zip
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.
-rw-r--r--Base/usr/share/man/man7/Mitigations.md2
1 files changed, 1 insertions, 1 deletions
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):