From 26391024f3a4f75273d7107bbe6bc7d566ef264d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 3 Jun 2019 22:33:35 +0300 Subject: [PATCH] Add the link to the CLIP OS kernel configuration Refers to the issue #19 by @HacKurx --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f12164..e6a01ad 100644 --- 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/ -- 2.31.1