diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-01 19:58:39 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-01 19:58:39 -0500 |
| commit | defdac6952f4803841be72aaba45ac1a08308b10 (patch) | |
| tree | c3ed77c2f8fce6a8d9c1804a040eb38bd4db1063 | |
| parent | 3bb002fcd1748e70564187f1bb0c04380291dbfc (diff) | |
Setup Wizard improvements
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <li>reimplement requiring fs-verity when installing system package updates in a better way</li> <li>remove unnecessary warning for failed virtual A/B sideloaded updates since it's atomic just like A/B updates</li> <li>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</li> + <li>SetupWizard: stop enabling Wi-Fi automatically</li> + <li>SetupWizard: stop sending unused sticky broadcast</li> + <li>SetupWizard: stop using system uid and add required normal/privileged permissions instead</li> </ul> </article> --> |
