From 00c660d40dce06d979fc7b9dbf7a6e952a9e51cc Mon Sep 17 00:00:00 2001 From: raja-grewal Date: Fri, 15 Aug 2025 11:29:27 +1000 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed9c740..ca0966d 100644 --- a/README.md +++ b/README.md @@ -221,8 +221,8 @@ Kernel space: - Disable 32-bit vDSO mappings as they are a legacy compatibility feature. -- Use kCFI as the default CFI implementation as it is more resilient to attacks that able - to write arbitrary executables into memory omitting the necessary hash validation. +- Use kCFI as the default CFI implementation as it is more resilient to attacks that are + able to write arbitrary executables into memory omitting the necessary hash validation. - Optional - Disable support for all x86 processes and syscalls (when using Linux kernel >= 6.7) to reduce attack surface.