diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 09:10:37 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 09:10:58 -0500 |
| commit | f7c0e5d8dfef580d0e3fb6a907b4fd929b802f81 (patch) | |
| tree | 2f194c392370044983951665368ddf4f4d4335f5 | |
| parent | 8aad930e7c50a5eb3149a6b7f7accf301af0ca7f (diff) | |
force disable network ADB in early boot
| -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 f0a7a618..844ec5d8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -728,6 +728,7 @@ <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.204</li> <li>kernel (Pixel 8, Pixel 8 Pro, Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.142</li> <li>kernel (Generic 6.1): initial port of GrapheneOS changes for use with emulator builds</li> + <li>force disable network ADB in early boot to improve verified boot security (no user-facing change since it's currently disabled by default later in the boot process, but not robustly)</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/120.0.6099.115.0">version 120.0.6099.115.0</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/120.0.6099.144.0">version 120.0.6099.144.0</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-88">version 88</a></li> |
