summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-05-31 20:11:41 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-05-31 20:11:41 -0400
commitd19b749ca898a1edc9e02bb33c8f7ceccf21b125 (patch)
tree6064614deb9eca31c07ed1984b42aac85c7876b7
parent77587333e2d91287f1191e4fa086cbd2836f79bc (diff)
prevent disabling System Updater reboot notification
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index a2da41d9..809d40ba 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -589,6 +589,7 @@
<ul>
<li>Media Provider: expand our existing protection against CVE-2024-50089 which was rejected for the Linux kernel and still not fixed for Android in userspace (we added generic hardening in 2022 as a prerequisite for Storage Scopes which along with fixing information leaks blocked exploiting this issue for the common cases of not granting permissions, granting media permissions or using our Storage Scopes feature but we didn't fully cover "All files access" or the legacy API level equivalent)</li>
+ <li>System Updater: prevent disabling overall notifications due to lack of a use case and many users doing it by accident, but continue allowing disabling the individual notification channels other than the reboot notification</li>
<li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.92</li>
<li>Messaging: update to <a href="https://github.com/GrapheneOS/Messaging/releases/tag/8">version 8</a></li>
</ul>