summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-11-26 18:33:30 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-11-26 18:36:05 -0500
commit290d529fc24afc355af7e756c1204cfd1f375f53 (patch)
tree76e27bae6d9bec9a4c84fd47b66782a40bde9c66 /static
parentab9c853aede35b12952ea5e1189ddd767d17c225 (diff)
document added notifications in release notes
Diffstat (limited to 'static')
-rw-r--r--static/releases.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 95a36c89..85d93ab4 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -754,6 +754,9 @@
<li>add logging infrastructure for dynamic GrapheneOS SELinux flags</li>
<li>raise post-boot audit message rate limit from 5 to 50 per second</li>
<li>add more infrastructure and tests for per-app hardening control</li>
+ <li>notify the user about notable system journal entries including kernel crash, file system check error, system_server crash, system app native crash and non-app process native crash</li>
+ <li>notify the user after memory tagging detects memory corruption in an app</li>
+ <li>notify the user after an app is blocked from accessing ptrace by the native debugging toggle</li>
<li>Pixel 8, Pixel 8 Pro: migrate to using our standard 5.15.137 GKI LTS kernel as the base with reverts for changes that are not compatible with the driver tree yet</li>
<li>include more info about Java and native crashes, ANRs, low memory conditions. kernel crash logs and filesystem check errors in bug report zips manually captured by users which on the stock OS is uploaded by Play services</li>
<li>Sandboxed Google Play compatibility layer: allow compatibility layer to show the error report UI</li>