diff --git a/static/features.html b/static/features.html
index 952c4c71..607cebc8 100644
--- a/static/features.html
+++ b/static/features.html
@@ -59,14 +59,14 @@
Partial list of GrapheneOS features:
- - Hardened kernel
+ - Hardened app runtime
+ - Stronger app sandbox
- Hardened libc providing defenses against the most common classes of vulnerabilities (memory
corruption)
- Hardened malloc (memory allocator) leveraging modern hardware capabilities to provide
substantial defenses against the most common classes of vulnerabilities (heap memory corruption)
along with reducing the lifetime of sensitive data in memory
- - Hardened app runtime
- - Stronger app sandbox
+ - 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