summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-05-09 17:21:05 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-05-09 17:21:05 -0400
commitfcb604b0035ed25385f71120cf08df9f2f04ffd5 (patch)
tree4625d5848bc596250ff428fad8dd82d72a2304e5 /static
parenta1d2ce3cb1fd7a95cc5cd76b1b96eebc6ca3a8c1 (diff)
move more Network toggle info to the section
Diffstat (limited to 'static')
-rw-r--r--static/features.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/features.html b/static/features.html
index a76b872d..e4cf1b53 100644
--- a/static/features.html
+++ b/static/features.html
@@ -429,6 +429,10 @@
firewall-based implementation, the Network permission toggle prevents apps
from using the network via APIs provided by the OS or other apps in the same
profile as long as they're marked appropriately.</p>
+
+ <p>The standard INTERNET permission used as the basis for the Network
+ permission toggle is enhanced with a second layer of enforcement and proper
+ support for granting/revoking it on a per-profile basis.</p>
</section>
<section id="sensors-permission-toggle">
@@ -594,9 +598,6 @@
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>The standard INTERNET permission used as the basis for the Network
- permission toggle is enhanced with a second layer of enforcement and proper
- support for granting/revoking it on a per-profile basis.</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>