From af158e3e02691617a66213d02f5f23d629073480 Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:11:17 +0000 Subject: [PATCH] Add details about hardened autoreboot implementation --- static/features.html | 4 ++++ 1 file changed, 4 insertions(+) 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 @@
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.
+ +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.