From 06f84856e1de861fb3f6b0297bc32af16392cc8a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 20 Dec 2024 15:39:12 -0500 Subject: [PATCH] add basic section on our Setup Wizard app --- static/features.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/features.html b/static/features.html index e77c27539..a705d895b 100644 --- a/static/features.html +++ b/static/features.html @@ -131,6 +131,7 @@

Table of contents

  • Auditor app and attestation service
  • GrapheneOS Camera
  • GrapheneOS PDF Viewer
  • +
  • GrapheneOS Setup Wizard
  • Encrypted backups
  • Location data access indicator
  • @@ -1139,6 +1140,22 @@

    GrapheneOS PDF Viewer

    pinch to zoom, text selection, viewing encrypted PDFs, etc.

    +
    +

    Setup Wizard

    + +

    We have our own Setup Wizard for the initial setup of the device and for user + profiles. It's very similar to the Setup Wizard in the stock Pixel OS but has + more emphasis on security. It detects an unlocked bootloader at the start and + warns the user about it with a button for rebooting to fastboot mode in order to + lock the device. Skipping the warning requires waiting for a timer to prevent + quickly skipping through it and missing the important information. Our setup + wizard also disables OEM unlocking by default at the end of the process with a + toggle to opt-out of it being disabled, which is a small but useful reduction in + attack surface. We plan to include our improvements to lock method options in + our Setup Wizard including 2-factor fingerprint authentication along with + generating random diceware passphrases and PINs automatically.

    +
    +

    Encrypted backups