From 026d55ac410bf747db03c0cf9475b3408bce7f8e Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 15 Oct 2025 18:30:52 -0500 Subject: [PATCH] Typo fixes --- README.md | 2 +- .../30_security-misc_ptrace-disable.conf#security-misc-shared | 2 +- usr/lib/sysctl.d/990-security-misc.conf#security-misc-shared | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33dcb4c..2f14d57 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ configuration file and significant hardening is applied to a myriad of component #### User space - Disable the usage of `ptrace()` by all processes as it enables programs to inspect - and modify other active processes + and modify other active processes. - Maximize the bits of entropy used for mmap ASLR across all CPU architectures. diff --git a/usr/lib/sysctl.d/30_security-misc_ptrace-disable.conf#security-misc-shared b/usr/lib/sysctl.d/30_security-misc_ptrace-disable.conf#security-misc-shared index fd40923..0baec08 100644 --- a/usr/lib/sysctl.d/30_security-misc_ptrace-disable.conf#security-misc-shared +++ b/usr/lib/sysctl.d/30_security-misc_ptrace-disable.conf#security-misc-shared @@ -7,7 +7,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. -## Diable the usage of the ptrace() system call by all processes. +## Disable the usage of the ptrace() system call by all processes. ## Restrict ptrace() as it enables programs to inspect and modify other active processes. ## Prevents native code debugging which some programs use as a method to detect tampering. ## May cause breakages in 'anti-cheat' software and programs running under Proton/WINE. 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 7ad04c9..5cf443f 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 @@ -234,7 +234,7 @@ kernel.io_uring_disabled=2 ## ## https://madaidans-insecurities.github.io/guides/linux-hardening.html#sysctl-userspace -## Diable the usage of the ptrace() system call by all processes. +## Disable the usage of the ptrace() system call by all processes. ## Restrict ptrace() as it enables programs to inspect and modify other active processes. ## Prevents native code debugging which some programs use as a method to detect tampering. ## May cause breakages in 'anti-cheat' software and programs running under Proton/WINE. @@ -248,7 +248,7 @@ kernel.io_uring_disabled=2 ## KSPP=yes ## KSPP sets the sysctl. ## -## See /usr/lib/sysctl.d/30_security_misc-ptrace-disable.conf for implementation. +## See /usr/lib/sysctl.d/30_security-misc_ptrace-disable.conf for implementation. ## #kernel.yama.ptrace_scope=3