From 37b4ab15a823134e616a2a0fe1dda18d5ebfa3c0 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 25 Dec 2023 09:04:10 -0500 Subject: [PATCH] readme --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6506a92..a8b8bbf 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,11 @@ configuration file. - Prevents unintentional writes to attacker-controlled files. -- Prevents common symlink and hardlink TOCTOU races. ``{=html} +- Prevents common symlink and hardlink TOCTOU races. -- Disables SysRq completely. +- Disables SysRq key completely. + * Therefore Secure Attention Key (SAK) cannot be used. + * https://www.kicksecure.com/wiki/SysRq - The kernel is only allowed to swap if it is absolutely necessary. This prevents writing potentially sensitive contents of memory to disk. @@ -278,7 +277,7 @@ install. Not enabled by default yet. In development. Help welcome. -- https://github.com/Kicksecure/security-misc/pull/152 +- https://github.com/Kicksecure/security-misc/issues/157 - https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/ ## Root access restrictions @@ -421,18 +420,21 @@ include but are not limited to: - Protecting the information of sudoers from others. - Protecting various system relevant files and modules. -```{=html} - -``` + ## Application-specific hardening - Enables "`apt-get --error-on=any`" which makes apt exit non-zero for