document added notifications in release notes

This commit is contained in:
Daniel Micay 2023-11-26 18:33:30 -05:00
parent ab9c853aed
commit 290d529fc2

View File

@ -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>