From 6f3f6425eed69a50fe747262ce8d62d365432273 Mon Sep 17 00:00:00 2001 From: Ashlen Date: Wed, 15 Jul 2026 12:28:01 -0600 Subject: [PATCH] docs: correct section numbering in config comments The sysctl config header claimed 5 sections while its list enumerates 6 (through CD-ROM/DVD); update the count to 6. The modprobe config's Networking section header read "2.", duplicating the File Systems section, while its own table of contents and the following "4. Miscellaneous" section imply 3; correct it to "3.". --- .../30_security-misc_disable.conf#security-misc-shared | 2 +- usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/modprobe.d/30_security-misc_disable.conf#security-misc-shared b/etc/modprobe.d/30_security-misc_disable.conf#security-misc-shared index 13703cad..4396c473 100644 --- a/etc/modprobe.d/30_security-misc_disable.conf#security-misc-shared +++ b/etc/modprobe.d/30_security-misc_disable.conf#security-misc-shared @@ -187,7 +187,7 @@ install nfsv2 /usr/bin/disabled-netfilesys-by-security-misc install nfsv3 /usr/bin/disabled-netfilesys-by-security-misc install nfsv4 /usr/bin/disabled-netfilesys-by-security-misc -## 2. Networking: +## 3. Networking: ## Network Protocols: ## Disable rare and unneeded network protocols that are a common source of unknown vulnerabilities. diff --git a/usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared b/usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared index 6194754e..4dc06302 100644 --- a/usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared +++ b/usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared @@ -12,7 +12,7 @@ ## KSPP=no: not (currently) compliant with recommendations by the KSPP ## If there is no explicit KSPP compliance notice, the setting is not mentioned by the KSPP. -## This configuration file is divided into 5 sections: +## This configuration file is divided into 6 sections: ## 1. Kernel Space ## 2. User Space ## 3. Core Dumps