Kernel Hardening; Protect Linux User Accounts against Brute Force Attacks; Improve Entropy Collection; Strong Linux User Account Separation; Enhances Misc Security Settings - https://www.kicksecure.com/wiki/Security-misc
The way I understand it, this one recommended approach to implement cold boot attack defense.
However, is it possible that using kexec may cause some issues since its use is explicitly disabled via sysctl kernel.kexec_load_disabled=1?
Note as mentioned in the README.md “[k]exec is disabled as it can be used to load a malicious kernel and gain arbitrary code execution in kernel mode”.
The way I understand it, this one recommended approach to implement cold boot attack defense.
However, is it possible that using
kexec
may cause some issues since its use is explicitly disabled viasysctl kernel.kexec_load_disabled=1
?Note as mentioned in the
README.md
“[k]exec is disabled as it can be used to load a malicious kernel and gain arbitrary code execution in kernel mode”.