-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create documentation describing Linux kernel security options #69
Comments
Would love to see this, even if it's just a list of links and pointers to other resources :) |
@a13xp0p0v @o8opi Are you looking for something like this? https://www.kernelconfig.io/CONFIG_BUG The general form is https://www.kernelconfig.io/**CONFIG_NAME** |
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings Especially this page, but actually the whole site, an initiative from Kernel security maintainer Kees Cook: |
@krishjainx, @jbmaillet, yes, I mean creating the documentation describing how the checked parameters influence Linux kernel security. Another good example is CLIP OS documentation: https://docs.clip-os.org/clipos/kernel.html#configuration I think of creating |
@a13xp0p0v That sounds like a great idea! That's a lot of checked parameters, however, we should try to automate it so we can do it at scale. What do you think? There's reliable kernel documentation out there we could parse? |
@krishjainx , yes, some part of this work can be automated. For But for |
I think it would make sense to add some info upstream in the Kconfig description. Ideally we should be able to run a glorified |
No description provided.
The text was updated successfully, but these errors were encountered: