diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-22 05:22:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-22 06:05:05 -0400 |
| commit | 2dd17cd3893c189cc9266b52b4ad2befdbaa3b9d (patch) | |
| tree | 64b013280955ad1ad39510a18b957b4d619f932b | |
| parent | e0e7f4504d2cf397897164e0f174296813953180 (diff) | |
forced kernel module signing for 4th/5th gen
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 44aac56f..802b2c26 100644 --- a/static/releases.html +++ b/static/releases.html @@ -639,6 +639,7 @@ <li>GmsCompatConfig: stub out privileged BluetoothDevice#setSilenceMode</li> <li>GmsCompatConfig: disable CAST_CONNECTION_NOTIFY popup dialogs</li> <li>GmsCompatConfig: fix crash in FastPair service</li> + <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): enable forced kernel module signing with a per-build signing key (RSA 4096 / sha256) as an additional lower level layer of security beyond the verification already provided by dm-verity and SELinux</li> <li>kernel (Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): disable IP_SCTP</li> <li>kernel (Pixel 4a): enable REFCOUNT_FULL</li> <li>Pixel 7, Pixel 7 Pro: fix bug in detection of the camera service executable (inconsequential in practice for this specific case of the bug)</li> |
