Add the link to the CLIP OS kernel configuration
authorAlexander Popov <alex.popov@linux.com>
Mon, 3 Jun 2019 19:33:35 +0000 (22:33 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 3 Jun 2019 19:33:35 +0000 (22:33 +0300)
Refers to the issue #19 by @HacKurx

README.md

index 5f12164c9da9f33acc2ad939382eeaefa966c396..e6a01addcd837efc9977569b8b969fd3f1639e66 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 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.
 
@@ -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
-[2]: https://grsecurity.net/
+[2]: https://docs.clip-os.org/clipos/kernel.html#configuration
+[3]: https://grsecurity.net/