summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 15:24:13 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 15:24:43 -0400
commitcddc71c26e0d510bb4e4dd46033a1ba0989b5dfd (patch)
tree2f9cf80b2639e2981b74e03bd5a279de2b588597 /static
parent4a51c52c9caeb17b96d9ff628e3248543f7cdac8 (diff)
clarification about Vanadium MTE support
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index eff110ff..edc91c17 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -719,7 +719,7 @@
<ul>
<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 and also user installed apps without native libraries</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>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>