mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 17:04:21 -04:00
Provide option to enable the kernel Electric-Fence
This commit is contained in:
parent
f6a16258a1
commit
9099ecce8a
2 changed files with 13 additions and 0 deletions
|
@ -141,6 +141,10 @@ configuration file.
|
|||
|
||||
- Provide the option to modify machine check exception handler.
|
||||
|
||||
- Provide the option to enable the kernel Electric-Fence sampling-based memory
|
||||
safety error detector which can identify heap out-of-bounds access, use-after-free,
|
||||
and invalid-free errors.
|
||||
|
||||
- Provide the option to use kCFI as the default CFI implementation since it may be
|
||||
slightly more resilient to attacks that are able to write arbitrary executables
|
||||
in memory (when using Linux kernel version >= 6.2).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue