From 01a28b6279914e1b025c2b832bf4bc00da39905a Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 29 Apr 2021 11:28:09 +0700 Subject: [PATCH] Add: Linux Kernel Runtime Guard to Hardening section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5b09e8..63419af 100644 --- a/README.md +++ b/README.md @@ -1578,6 +1578,10 @@ This repository is created as an online bookmark for useful links, resources and Link Description + + Linux Kernel Runtime Guard + Linux Kernel Runtime Guard (LKRG) is a out-of-tree security module for the Linux kernel developed by Openwall. It does run-time integrity checks in order to stop known, and unknown, security vulnerabilities in the Linux kernel. It can log detected intrusion attempts or stop them by causing a kernel panic - resulting in a frozen machine or a reboot depending on how the kernel is configured. + Security Technical Implementation Guides (STIGs) The Security Technical Implementation Guides (STIGs) are the configuration standards for DOD IA and IA-enabled devices/systems.