diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-21 19:57:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-21 19:57:48 -0400 |
| commit | 9b0cb04eb5a4540c9b42a345e3e5c0c080a66050 (patch) | |
| tree | b40df0332bd079e3bb99a5ef4ae18ce02d5ce367 /static | |
| parent | 6dd166997f5a871a2a2c7d044879d38601a8d1d0 (diff) | |
privacy address workaround added
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 7ca9244c..dc243e97 100644 --- a/static/releases.html +++ b/static/releases.html @@ -458,6 +458,7 @@ <li>Vanadium: add toggle to Privacy and security settings for disabling JIT and using fully interpreted JavaScript via fast interpreter</li> <li>kernel (Pixel 4a (5G), Pixel 5): fix upstream module load order issues when modules are built into the kernel</li> <li>kernel (Pixel 4a (5G), Pixel 5): build in every module and disable dynamic kernel module support again to restore finer-grained Control Flow Integrity (CFI) and attack surface reduction</li> + <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): generate a new privacy address when connecting to a network as a temporary partial workaround for the broken upstream privacy address implementation before Linux 5.8 (the privacy address standard itself was flawed and Linux 5.8+ has an implementation of the fixed standard, which we've suggested that Android backport in our upstream report)</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5: mark devices as Nexus/Pixel phones as used to be done for older devices, so apps with Nexus/Pixel-specific features available without Play services can use them</li> </ul> </article> |
