From d8450922c6b95c5a485e0506383c3f5c64de3c79 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 16 May 2021 01:53:33 -0400 Subject: [PATCH] provide some details on kernel hardening --- static/features.html | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/static/features.html b/static/features.html index 30e8165c..c75a9366 100644 --- a/static/features.html +++ b/static/features.html @@ -113,10 +113,40 @@ musl malloc implementation which offers substantially better security than musl's previous malloc while still having minimal memory usage and code size.
  • Hardened compiler toolchain
  • -
  • Hardened kernel
  • -
  • 4-level page tables are enabled on arm64 to provide a substantially larger - address space with significantly higher entropy Address Space Layout - Randomization (ASLR)
  • +
  • + Hardened kernel + +
  • Prevention of dynamic native code execution in-memory or via the filesystem for the base OS without going via the package manager, etc.
  • Filesystem access hardening