summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-05 12:07:33 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-05 12:07:33 -0500
commit9b873f28527112ff37d47e3e6f47de05141563f1 (patch)
tree6f2f6cbfd40004960205625121acf0a9b3f06ca7 /static
parent2d516a56f76b8f812505cfbb695605ede08c39eb (diff)
more info on permission toggles
Diffstat (limited to 'static')
-rw-r--r--static/features.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html
index acefdc15..d003adbf 100644
--- a/static/features.html
+++ b/static/features.html
@@ -101,8 +101,12 @@
selection, etc.</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>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 (enabled by
+ default for compatibility)</li>
+ <li>Sensors permission toggle: disallow access to all other sensors not covered by
+ existing Android permissions (enabled by default for compatibility)</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>