Minor README.md corrections

This commit is contained in:
Aaron Rainbolt 2025-11-29 20:15:03 -06:00
parent b73a830b0f
commit f0d069c796
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -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.