diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-19 16:21:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-19 16:21:52 -0400 |
| commit | d94e9ba863877fb7a5e6562d2767b8a1c21304f3 (patch) | |
| tree | 0e2f0d7b2794d2ee66056e18b574d76a6e23c95f /static | |
| parent | d5d17f50fe72bb98928ae9b3a02e214db8ce7890 (diff) | |
disable kernel module loading in early boot
Diffstat (limited to 'static')
| -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 904b3da4..396d912b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -637,6 +637,7 @@ <ul> <li>GmsCompatConfig: stub out privileged BluetoothDevice#setSilenceMode</li> + <li>Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro: disable kernel module loading after init loads the modules from the verified OS images in early boot to simplify security properties</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> </ul> </article> |
