diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-06 22:51:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-06 22:51:59 -0500 |
| commit | 61e3ad9e228258bf75e4d9299c3df419594766e3 (patch) | |
| tree | b40941b2e88b36c2f6fcff05182de1dc58560a22 | |
| parent | 920f3769fb566d8ee753a777433ab2544d8d0364 (diff) | |
recovery is part of the boot image now
| -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 b57cf9e5..15a6727f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -121,7 +121,7 @@ trying to use them to install the OS.</p> <p>The update packages have a internal signature verified by the update client (or - recovery image when sideloading). Downgrade attacks are also prevented, and downgrades + recovery when sideloading). Downgrade attacks are also prevented, and downgrades cannot be done unless a special downgrade update package has been signed with the release key. The internal payload for <code>update_engine</code> is also signed, providing another layer of signature verification and downgrade protection. Verified |
