From 00f46106076fdfc12cdfeec1a2e37e7db41bab60 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 16 May 2021 01:33:52 -0400 Subject: [PATCH] mention 4-level page tables as a security feature --- static/features.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/features.html b/static/features.html index 47747204..30e8165c 100644 --- a/static/features.html +++ b/static/features.html @@ -114,6 +114,9 @@ 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)
  • 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