diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 14:40:26 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 14:40:26 -0400 |
| commit | f0fc74587f2245d917e201829e2d792a25cf95a4 (patch) | |
| tree | b8b74f41ad2dcbb1d2e8b1ac857443627d21fe8f /static/features.html | |
| parent | 203c8f33c3cdc26d8c03bc90ffa24aed0d538164 (diff) | |
add link explaining basics of verified boot
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 950c4cd9..5490bc67 100644 --- a/static/features.html +++ b/static/features.html @@ -116,7 +116,7 @@ <li>Prevention of dynamic native code execution in-memory or via the filesystem for the base OS without going via the package manager, etc.</li> <li>Filesystem access hardening</li> - <li>Enhanced verified boot with better security properties and reduced attack surface</li> + <li>Enhanced <a href="https://source.android.com/security/verifiedboot">verified boot</a> with better security properties and reduced attack surface</li> <li>Enhanced hardware-based attestation with more precise version information</li> <li>Eliminates remaining holes for apps to access hardware-based identifiers</li> <li>Greatly reduced remote, local and proximity-based attack surface by |
