diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-24 14:52:20 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-24 14:52:20 -0400 |
| commit | 4f129de3ede0b0dc6a72f1de820f5ec50ee8456c (patch) | |
| tree | a9811bbac00c5f3d52efc5b799e2ae12a3030271 | |
| parent | 6158be79a1e1fb6741b9f07dda2b300d04c86bcc (diff) | |
add debugging features being blocked to requirements
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 63f54227..c43eb397 100644 --- a/static/faq.html +++ b/static/faq.html @@ -334,6 +334,8 @@ <li>Reset attack mitigation for firmware-based boot modes such as fastboot mode zeroing memory left over from the OS and delaying opening up attack surface such as USB functionality until that's completed</li> + <li>Debugging features such as JTAG or serial debugging must be inaccessible + while the device is locked</li> </ul> <p>In order to support a device, the appropriate resources also need to be available |
