Skip to content

Commit

Permalink
add basic section on our Setup Wizard app
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 20, 2024
1 parent 5bccb7d commit 06f8485
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ <h2><a href="#table-of-contents">Table of contents</a></h2>
<li><a href="#auditor">Auditor app and attestation service</a></li>
<li><a href="#grapheneos-camera">GrapheneOS Camera</a></li>
<li><a href="#grapheneos-pdf-viewer">GrapheneOS PDF Viewer</a></li>
<li><a href="#setup-wizard">GrapheneOS Setup Wizard</a></li>
<li><a href="#encrypted-backups">Encrypted backups</a></li>
<li><a href="#location-data-access-indicator">Location data access
indicator</a></li>
Expand Down Expand Up @@ -1139,6 +1140,22 @@ <h3><a href="#grapheneos-pdf-viewer">GrapheneOS PDF Viewer</a></h3>
pinch to zoom, text selection, viewing encrypted PDFs, etc.</p>
</section>

<section id="setup-wizard">
<h3><a href="#setup-wizard">Setup Wizard</a></h3>

<p>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.</p>
</section>

<section id="encrypted-backups">
<h3><a href="#encrypted-backups">Encrypted backups</a></h3>

Expand Down

0 comments on commit 06f8485

Please sign in to comment.