From f0d069c7968e2ee10d7104ce1ba502d3122b0ab2 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sat, 29 Nov 2025 20:15:03 -0600 Subject: [PATCH] Minor README.md corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 250fb0b..48a4db9 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,8 @@ Kernel space: - Enable the kernel page allocator to randomize free lists to limit some data exfiltration and ROP attacks, especially during the early boot process. -- Enable kernel page table isolation on X86_64 CPUs to increase KASLR effectiveness - and also mitigate the Meltdown CPU vulnerability. +- Enable kernel page table isolation on x86_64 and ARM64 CPUs to increase + KASLR effectiveness and also mitigate the Meltdown CPU vulnerability. - Enable randomization of the kernel stack offset on syscall entries to harden against memory corruption attacks.