Commit 26391024 by Alexander Popov

Add the link to the CLIP OS kernel configuration

Refers to the issue #19 by @HacKurx
parent 08e49578
...@@ -10,8 +10,10 @@ But nobody likes checking configs manually. So let the computers do their job! ...@@ -10,8 +10,10 @@ But nobody likes checking configs manually. So let the computers do their job!
__kconfig-hardened-check.py__ helps me to check the Linux kernel Kconfig option list __kconfig-hardened-check.py__ helps me to check the Linux kernel Kconfig option list
against my hardening preferences, which are based on the against my hardening preferences, which are based on the
[KSPP recommended settings][1] and last public [grsecurity][2] patch (options
which they disable). - [KSPP recommended settings][1],
- [CLIP OS kernel configuration][2],
- last public [grsecurity][3] patch (options which they disable).
Please don't cry if my Python code looks like C. I'm just a kernel developer. Please don't cry if my Python code looks like C. I'm just a kernel developer.
...@@ -196,4 +198,5 @@ try to install `gcc-7-plugin-dev` package, it should help. ...@@ -196,4 +198,5 @@ try to install `gcc-7-plugin-dev` package, it should help.
[1]: http://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings [1]: http://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
[2]: https://grsecurity.net/ [2]: https://docs.clip-os.org/clipos/kernel.html#configuration
[3]: https://grsecurity.net/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment