From be023c77223c4ec0e26ffe2a88acd94653efee9a Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 5 Nov 2023 20:54:43 -0500 Subject: [PATCH] readme https://github.com/Kicksecure/security-misc/issues/159 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c117f10..2cf05b7 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ See: #### Disables the loading of new modules to the kernel after the fact +Not yet due to issues: + +* https://github.com/Kicksecure/security-misc/pull/152 + A systemd service dynamically sets the kernel parameter ```modules_disabled``` to 1, preventing new modules from being loaded. Since this isn't configured directly within systemctl, it does not break the loading of legitimate and necessary modules for the user, like drivers etc., given they are plugged in on startup. #### Disables and blacklists kernel modules