diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-28 15:26:13 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-28 15:26:56 -0500 |
| commit | e9d68094f8bf67a0641afb84e4af3d811e653d7e (patch) | |
| tree | e6cf8440f8bbc3084cc951fb609bfc1f106ae4bc | |
| parent | 720a60497d15302725046356979065df2299ba70 (diff) | |
per-app hardening setting improvements
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index c48f660b..a10c582b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -721,6 +721,10 @@ <ul> <li>improve compatibility of the opt-in forced hardware memory tagging mode for user installed apps</li> + <li>add AppCompatConfig for out-of-band updates to app compatibility configuration</li> + <li>suppress native debugging notification for sandboxed Google Play services since it works without it</li> + <li>Settings: hide global memory tagging setting from secondary users</li> + <li>Settings: add toggle for system process crash notifications and disable it by default since it uncovers a lot of upstream bugs</li> </ul> </article> --> |
