diff options
| -rw-r--r-- | static/features.html | 5 |
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> |
