diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-12 02:13:24 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-12 02:13:24 -0400 |
| commit | c731199222df6568c40c90a09ca008bb577d5936 (patch) | |
| tree | ff08df0ddc26cc7fcbc8eb382b4f9709591bae25 | |
| parent | c023f1ebeb401c390a5e2ed69d92848f31e1b48a (diff) | |
clarify Clang type-based CFI deployment
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 12490d45..506d208d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -755,7 +755,7 @@ <li>Tensor Pixels: change default mode for our USB-C port control feature able to truly disable USB at a hardware level to "Charging-only when locked, except before first unlock" (doesn't apply to connections that were made before locking or first unlock) which can be changed by users in Settings > Security > USB-C port</li> <li>fix Wi-Fi auto-turn-off issues leading to it not triggering in certain cases caused by backwards incompatible changes in Android 14 QPR2</li> <li>Pixel 8, Pixel 8 Pro: fix enabling DisplayPort alternate mode support</li> - <li>Pixel 8, Pixel 8 Pro: fully enable PAC and BTI for userspace too, especially since ShadowCallStack is not currently used in userspace and Clang type-based CFI is not fully deployed</li> + <li>Pixel 8, Pixel 8 Pro: fully enable PAC and BTI for userspace too, especially since ShadowCallStack is not currently used in userspace and Clang type-based CFI is only used for a large subset of the important userspace code</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-98">version 98</a></li> <li>improve internal infrastructure used by GrapheneOS features</li> </ul> |
