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