mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 17:46:53 -05:00
comment
This commit is contained in:
parent
28a88c7091
commit
98f27c3b2e
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,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.
|
||||
https://github.com/Kicksecure/security-misc/issues/253
|
||||
|
||||
- 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