summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-05-09 17:22:53 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-05-09 17:22:53 -0400
commit503d22220cba0030823ed69a03d9d3489cabf334 (patch)
tree2e7873b18b49796d45b6db7eedcbce6fabb4d18a /static/features.html
parent4ad4a8e90af5432e6ef5bc910f14fb398391baf2 (diff)
move exec spawning to exploit protection section
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html
index bb5e2458..8374c327 100644
--- a/static/features.html
+++ b/static/features.html
@@ -243,6 +243,9 @@
<ul>
<li>Hardened app runtime</li>
+ <li><a href="/usage#exec-spawning">Secure application spawning
+ system</a> avoiding sharing address space layout and other secrets
+ across applications</li>
<li><a href="https://github.com/GrapheneOS/platform_bionic">Hardened libc</a>
providing defenses against the most common classes of vulnerabilities (memory
corruption)</li>
@@ -617,8 +620,6 @@
<a href="https://github.com/seedvault-app/seedvault">Seedvault app</a> with
support for local backups and any cloud storage provider with a storage provider
app</li>
- <li><a href="/usage#exec-spawning">Secure application spawning system</a> avoiding
- sharing address space layout and other secrets across applications</li>
<li>Authenticated encryption for network time updates via a first party server to
prevent attackers from changing the time and enabling attacks based on bypassing
certificate / key expiry, etc.</li>