From 70131434344c14bf29ed39201f82279fa0b8decd Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 26 Jun 2024 18:24:15 +0100 Subject: [PATCH] Update Memory Protection Keys link from Linux version "6.7.0" to "6.9.0" --- documentation/hardened_malloc.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index 81cf239..8dceb8b 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -100,7 +100,7 @@

For extra security, CONFIG_SEAL_METADATA=true can be used in order to control whether - Memory Protection Keys + Memory Protection Keys are used to disable access to all writable allocator state outside of the memory allocator code. It's currently disabled by default due to a significant performance cost for this use case on current-generation hardware. Whether or not this feature is enabled, the metadata is all contained