diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-22 08:31:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-22 08:31:53 -0400 |
| commit | 5d815d265992e5799fe6bcd6c7b7c17cff7c60f8 (patch) | |
| tree | ddbaaedbe22855713c4ec49b627c4f96ee0a2a86 | |
| parent | bd3baf4888b1eec5d44a992a980985650e48f40a (diff) | |
work around issue with INTERNET on modern devices
| -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 267a1a6a..ab1b1385 100644 --- a/static/releases.html +++ b/static/releases.html @@ -450,6 +450,7 @@ <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): update change to use max ASLR entropy before the init process enables it for the larger address space enabled by GrapheneOS</li> <li>Vanadium: disable unused FLOC feature</li> <li>Vanadium: update Chromium base to 90.0.4430.82</li> + <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): add back hard-wired check for the INTERNET permission on socket creation until the eBPF code is improved and fixed to work properly for secondary profiles</li> </ul> </article> --> |
