summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-08-11 19:32:37 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-08-11 19:32:37 -0400
commit2945c5677502185bc9be3606c5bf38c3a371c51b (patch)
treec8d68b914ab4ad980fda28ae5c1b1e9a48be8bfc
parentd60613dd577ba25cbe04301d1c041ff842fa5b47 (diff)
fix overly restrictive secondary user INTERNET
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 42c200c0..e1497183 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -422,6 +422,7 @@
<ul>
<li>Settings: add 3rd option to connectivity check setting for disabling it (will prevent falling back to other networks from a broken one and handling captive portals)</li>
+ <li>further fixes for the upstream code implementing the eBPF-based INTERNET permission (fixes cases where it was overly restrictive for secondary users, but we already prevented it from being overly permissive by adding back the simpler pre-eBPF approach as a 2nd layer of enforcement)</li>
</ul>
</article>
-->