diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-16 03:30:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-16 03:30:52 -0400 |
| commit | 358ce07fa1d73df57b9fa07d2adf6d20f3331f61 (patch) | |
| tree | 2b44ab548f7feef1fcfc859ea19950c4dbf53066 | |
| parent | d633c8060c3d49d85c0711c42c5b8801f6668b44 (diff) | |
document more changes
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 133ce6fa..153958fd 100644 --- a/static/releases.html +++ b/static/releases.html @@ -374,6 +374,8 @@ <li>temporarily use stock WebView until the next release of Chromium is available with public support for Android 11 to provide the WebView via Vanadium again</li> <li>fix VPN lockdown setting getting overridden on user stop</li> <li>SELinux policy: disable gmscore_app domain</li> + <li>SELinux policy: use dedicated SELinux domain for Updater app based on the modern untrusted_app domain</li> + <li>stop disabling support for stable local privacy addresses since Android 11 handles it better by only using it when MAC randomization is disabled</li> </ul> <p>Installations made before this project was renamed to GrapheneOS and before the |
