summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 23:37:04 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 23:37:04 -0400
commit16cb8b635c1d8e4754bd7649c67d5467d8a388f9 (patch)
tree47b63a369cdef2e0de47d256050532e0213d7f3f
parent6165ac8c9e0bfb934688cede30ccf1997cfaac62 (diff)
improve release notes
-rw-r--r--static/releases.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html
index 5cf34f38..60303017 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -745,9 +745,9 @@
<ul>
<li>add infrastructure for hardware memory tagging support</li>
<li>hardened_malloc: add support for hardware memory tagging launched with the ARMv9 cores on the Pixel 8 and Pixel 8 Pro</li>
- <li>Settings: enable memory tagging toggle at Settings -> Security -> More security settings -> Advanced memory protection beta</li>
- <li>enable memory tagging support for everything built by GrapheneOS (other than Vanadium, since Chromium currently disables it) and also user installed apps without native libraries (will be expanded to Vanadium later along with the option to use it for all user installed apps)</li>
- <li>use asymmetric memory tagging mode on all cores to provide much higher security than asynchronous mode without much more overhead unlike the very expensive synchronous mode without any clear security benefits over asymmetric</li>
+ <li>Settings: enable memory tagging toggle at Settings ➔ Security ➔ More security settings ➔ Advanced memory protection beta</li>
+ <li>Pixel 8, Pixel 8 Pro: enable memory tagging support for everything built by GrapheneOS (other than Vanadium, since Chromium currently disables it) and also user installed apps without native libraries (will be expanded to Vanadium later along with the option to use it for all user installed apps)</li>
+ <li>Pixel 8, Pixel 8 Pro: use asymmetric memory tagging mode on all cores to provide much higher security than asynchronous mode without much more overhead unlike the very expensive synchronous mode without any clear security benefits over asymmetric</li>
<li>enable parallel compilation of non-precompiled bytecode to native code for first-boot and first-boot-after-update with 2 processes for now (can be increased later)</li>
<li>improve user interface for reporting background package compilation progress</li>
<li>show crash dialog for first crash of an app since boot instead of waiting until the second crash like upstream Android</li>