From 4ebab940c750154a396c4ffdbde61367e12c72f8 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 5 Nov 2023 17:56:35 -0500 Subject: [PATCH] description too long, fixed --- lib/systemd/system/harden-module-loading.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/systemd/system/harden-module-loading.service b/lib/systemd/system/harden-module-loading.service index 703658c..764207a 100644 --- a/lib/systemd/system/harden-module-loading.service +++ b/lib/systemd/system/harden-module-loading.service @@ -1,5 +1,5 @@ [Unit] -Description=Disable the loading of modules to the kernel after startup. This could be malicious. +Description=Disable the loading of additional modules after systemd-modules-load.service After=systemd-modules-load.service Before=sysinit.target # This functionality is implemented with this and not directly in the sysctl config is