mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 23:08:28 -05:00
Update docs on slab_debug for future improvements
This commit is contained in:
parent
685070bd02
commit
e89c7ae025
2 changed files with 8 additions and 3 deletions
|
|
@ -193,6 +193,7 @@ Kernel space:
|
|||
|
||||
- Enable sanity checks and red zoning via slab debugging. This will implicitly
|
||||
disable kernel pointer hashing, leaking very sensitive information to root.
|
||||
Re-enabling hashed pointers will be possible when using Linux kernel >= 6.17.
|
||||
|
||||
- Enable memory zeroing at both allocation and free time, which mitigates some
|
||||
use-after-free vulnerabilities by erasing sensitive information in memory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue