summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-11-21 23:16:31 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-11-21 23:17:16 -0500
commit19b9b3ddb206a4ca57f96e75f8ac1b07d1a4a96c (patch)
tree9b3df0e168bc6686b8e700c75e0d2824611e32fa /static
parent712834697cbe5314ae74368dbf00c101c00d8d53 (diff)
per-app hardening control infrastructure/features
Diffstat (limited to 'static')
-rw-r--r--static/releases.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index c6ad668b..a8849f5f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -719,8 +719,20 @@
<p>Changes since the 2023111500 release:</p>
<ul>
+ <li>improve existing infrastructure and settings for per-app hardening control</li>
+ <li>add new infrastructure for dynamic SELinux flags for apps</p>
+ <li>replace static SELinux policy disabling dynamic native code generation for base system apps with dynamic SELinux flag</li>
+ <li>replace YAMA LSM with dynamic SELinux flag for ptrace access</li>
+ <li>add per-app toggle for native debugging</li>
+ <li>add global toggle to disable native debugging for user installed apps by default</li>
+ <li>add per-app memory tagging toggle for user installed apps</li>
+ <li>add global toggle to enable memory tagging for user installed apps by default</li>
+ <li>add logging infrastructure for dynamic GrapheneOS SELinux flags</li>
+ <li>raise post-boot audit message rate limit from 5 to 50 per second</p>
+ <li>add more infrastructure and tests for per-app hardening control</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>
</ul>
</article>
-->