diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2024-04-11 22:11:17 +0000 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-11 18:26:48 -0400 |
| commit | af158e3e02691617a66213d02f5f23d629073480 (patch) | |
| tree | faa78a7803710ed917b772e06bdbd26c8490a5a3 /static/features.html | |
| parent | a5b75752fc48dbf36fb2042961a90dbcaa77b55a (diff) | |
Add details about hardened autoreboot implementation
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 57387a63..a1b0c39e 100644 --- a/static/features.html +++ b/static/features.html @@ -766,6 +766,10 @@ <p>This feature doesn't apply when the device is in "Before First Unlock" state, meaning that it will not lead to the device continuously rebooting, as data is already at rest.</p> + + <p>The feature is implemented in the init process, preventing it from being + bypassed through system process crashes since an init crash causes a kernel + panic which leads to a reboot.</p> </section> <section id="more-secure-fingerprint-unlock"> |
