mirror of
https://github.com/Kicksecure/security-misc.git
synced 2026-01-07 06:05:28 -05:00
Minor README.md corrections
This commit is contained in:
parent
b73a830b0f
commit
f0d069c796
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue