mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 10:30:53 -05:00
Enable slab_debug=FZ
This commit is contained in:
parent
fa9091869d
commit
aa34d86598
2 changed files with 3 additions and 5 deletions
|
|
@ -121,8 +121,8 @@ configuration file.
|
|||
- Disable merging of slabs with similar size, which reduces the risk of
|
||||
triggering heap overflows and limits influencing slab cache layout.
|
||||
|
||||
- Provide the option to enable sanity checks and red zoning via slab debugging.
|
||||
Enabling this feature will implicitly disable kernel pointer hashing.
|
||||
- Enable sanity checks and red zoning via slab debugging. This will implicitly
|
||||
disable kernel pointer hashing, leaking very sensitive information to root.
|
||||
|
||||
- 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