From cc70583beb9862339a37ddf5a6be3c827d8ab977 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 10 Jun 2023 13:59:56 -0400 Subject: [PATCH] drop info on MPK with unsupported kernels --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index eccf351..6a0d5c3 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,6 @@ along with other hardening for the C standard library implementation. For Android, only the current generation, actively developed maintenance branch of the Android Open Source Project will be supported, which currently means `android13-qpr2-release`. -The Linux kernel's implementation of Memory Protection Keys was severely broken -before Linux 5.0. The `CONFIG_SEAL_METADATA` feature should only be enabled for -use on kernels newer than 5.0 or longterm branches with a backport of the [fix -for the -issue](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a31e184e4f69965c99c04cc5eb8a4920e0c63737). -This issue was discovered and reported by the hardened\_malloc project. - ## Testing ### Individual Applications