From fe48efd320fa54d43996a3ab8b1e20941b942d86 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 29 Nov 2019 16:53:29 +0300 Subject: [PATCH] Add the link to Linux Kernel Defence Map --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 978c660..54e1397 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ against my hardening preferences, which are based on the - [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. +I also created [__Linux Kernel Defence Map__][4] that is a graphical representation of the +relationships between these hardening features and the corresponding vulnerability classes +or exploitation techniques. ## Supported microarchitectures @@ -214,3 +216,4 @@ 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://docs.clip-os.org/clipos/kernel.html#configuration [3]: https://grsecurity.net/ +[4]: https://github.com/a13xp0p0v/linux-kernel-defence-map -- 2.31.1