summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-05-16 01:33:52 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-05-16 01:33:52 -0400
commit00f46106076fdfc12cdfeec1a2e37e7db41bab60 (patch)
tree49b7890551d191b5060b8f94a15cf7382815e4fa /static
parent5112a88a4f3e945b5f12e52924258ac6cded04d2 (diff)
mention 4-level page tables as a security feature
Diffstat (limited to 'static')
-rw-r--r--static/features.html3
1 files changed, 3 insertions, 0 deletions
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.</li>
<li>Hardened compiler toolchain</li>
<li>Hardened kernel</li>
+ <li>4-level page tables are enabled on arm64 to provide a substantially larger
+ address space with significantly higher entropy Address Space Layout
+ Randomization (ASLR)</li>
<li>Prevention of dynamic native code execution in-memory or via the filesystem
for the base OS without going via the package manager, etc.</li>
<li>Filesystem access hardening</li>