diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 19:32:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-11 19:32:37 -0400 |
| commit | 2945c5677502185bc9be3606c5bf38c3a371c51b (patch) | |
| tree | c8d68b914ab4ad980fda28ae5c1b1e9a48be8bfc /static | |
| parent | d60613dd577ba25cbe04301d1c041ff842fa5b47 (diff) | |
fix overly restrictive secondary user INTERNET
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 1 |
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> --> |
