summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-01-21 21:09:05 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-10 04:00:51 -0500
commita3fa366c53a9abb21e550c376ac800af4700241d (patch)
treeb7dcbc7bf928dbca3dcbeafe8ab68228ba8d42d9
parentf2421e8c58dabf0a78b32a683c5bf6eb538c2540 (diff)
work around bans on using GrapheneOS
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 9e7895ad..d572937a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -559,7 +559,8 @@
<li>always show KASAN kernel crash notifications instead of only when system crash reporting is enabled by users</li>
<li>Messaging: port to target API 35 (Android 15) and begin under the hood overhaul</li>
<li>recovery: remove spurious warning after update installation fails on A/B update devices</li>
- <li>change build username to build-user and build hostname to build-host to match the values used for reproducible kernel builds instead of setting both to grapheneos</li>
+ <li>change build username to build-user and build hostname to build-host instead of setting both to grapheneos due to bad actors using it to ban using GrapheneOS</li>
+ <li>return green as the value of ro.boot.verifiedbootstate outside of specific parts of the base OS due to bad actors using it to ban using GrapheneOS</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/132.0.6834.79.0">version 132.0.6834.79.0</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/132.0.6834.79.1">version 132.0.6834.79.1</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/132.0.6834.79.2">version 132.0.6834.79.2</a></li>