a13xp0p0v / kernel-hardening-checker

A tool for checking the security hardening options of the Linux kernel
GNU General Public License v3.0
1.65k stars 149 forks source link

Add kconfig option `CONFIG_CFI_AUTO_DEFAULT` #149

Closed winterknife closed 6 days ago

winterknife commented 1 month ago

This kconfig option is an alternative to the cfi=kcfi kernel command-line parameter check that's already implemented.

Reference: https://www.phoronix.com/news/Linux-6.11-Hardening

flipthewho commented 3 weeks ago

hello, @winterknife, @a13xp0p0v i implemented this ussue in my fork and merged all commits from test branch to release now there is a #154 pull request into main repo

a13xp0p0v commented 6 days ago

Implemented by @flipthewho. Closing.