From a5b75752fc48dbf36fb2042961a90dbcaa77b55a Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:51:25 +0000 Subject: [PATCH] rework auto-reboot documentation --- static/features.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/static/features.html b/static/features.html index df745e64..57387a63 100644 --- a/static/features.html +++ b/static/features.html @@ -754,10 +754,18 @@

Auto reboot

-

Option to enable automatically rebooting the device when no profile has - been unlocked for the configured period to put the device fully at rest - again, which is enabled by default at 18 hours. This can be configured at - Settings > Security > Auto reboot.

+

GrapheneOS provides an auto-reboot feature which reboots locked devices after + a set period of time to put data at rest. A countdown timer is started each time + the device is locked, and the device will reboot if a successful unlock doesn't + occur before the timer reaches zero. Unlocking any profile cancels the timer, + not just the Owner profile.

+ +

The timer is set to 18 hours by default, but can be set to values between 10 + minutes and 72 hours, or turned off.

+ +

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.