diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:51:25 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:51:25 -0500 |
| commit | cc9b9d211d3b16bbcf5d6ad3dd2eee8c1be06fbe (patch) | |
| tree | 192213eb3837084e1c0c59bfbba585e496247664 | |
| parent | 69c1091f6da1afd7a13b4817e3d1dd4b9c9cc6e7 (diff) | |
elaborate on application spawning system
| -rw-r--r-- | static/features.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 7bebc59a..ebf29422 100644 --- a/static/features.html +++ b/static/features.html @@ -90,7 +90,8 @@ organizations instead of using it as a form of DRM</li> <li>PDF Viewer: sandboxed, hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection, etc.</li> - <li>Secure application spawning system</li> + <li>Secure application spawning system avoiding sharing address space layout and + other secrets across applications</li> <li>Network permission toggle disallowing both direct and indirect network access, superior to a purely firewall-based implementation only disallowing direct access to the network without covering inter-process communication</li> <li>Sensors permission toggle</li> <li>Authenticated encryption for network time updates via a first party server to |
