From defdac6952f4803841be72aaba45ac1a08308b10 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 1 Feb 2023 19:58:39 -0500 Subject: [PATCH] Setup Wizard improvements --- static/releases.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/releases.html b/static/releases.html index a7e10246..aa9577fd 100644 --- a/static/releases.html +++ b/static/releases.html @@ -675,6 +675,9 @@
  • reimplement requiring fs-verity when installing system package updates in a better way
  • remove unnecessary warning for failed virtual A/B sideloaded updates since it's atomic just like A/B updates
  • drop our extension to the install available apps feature making it work for apps not installed in Owner since this is risky in a situation where there are actually separate people using secondary users and while we want to provide this feature, we'd need to come up with a way to address this to add it back
  • +
  • SetupWizard: stop enabling Wi-Fi automatically
  • +
  • SetupWizard: stop sending unused sticky broadcast
  • +
  • SetupWizard: stop using system uid and add required normal/privileged permissions instead
  • -->