diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2022-12-31 18:09:52 +0100 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-12-31 13:00:13 -0500 |
commit | b272b45137948054583340e5a487d646ba28946e (patch) | |
tree | d647a004c28c9a6674504078701f9109031cc2b3 | |
parent | 21b7c32af01f66435f26d62d53dcf6816d6e43c5 (diff) | |
download | serenity-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.md | 2 |
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): |