diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-13 06:10:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-13 06:13:57 -0400 |
| commit | 4df79719ecac9db6b753b8e67da3bfbb1534dc19 (patch) | |
| tree | 6dffae939aa006917fadced1981115b7cc8242cb | |
| parent | 1d354b954c52b6c957f0a92f3c5d4bd8268fce06 (diff) | |
downgrade protection applies to sideloading too
| -rw-r--r-- | static/usage.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/usage.html b/static/usage.html index cd2cce56..63031c12 100644 --- a/static/usage.html +++ b/static/usage.html @@ -156,8 +156,10 @@ <p>Updates can be downloaded via <a href="https://grapheneos.org/releases">the releases page</a> and installed via recovery - with adb sideloading. The zip files are signed and verified by the GrapheneOS recovery - image.</p> + with adb sideloading. The zip files are signed and verified by recovery, just as they + are by the update client within the OS. This includes providing downgrade protection, + which prevents attempting to downgrade the version and triggering the verified boot + downgrade protection.</p> <p>To install one by sideloading, first, boot into recovery. You may do this either by using <code>adb reboot recovery</code> from the operating system, or by selecting the |
