commit | 3067d3b1adcf623a7ddf73701e45d091ed57dbce | [log] [tgz] |
---|---|---|
author | Xiyuan Xia <xiyuan@chromium.org> | Wed Mar 19 21:13:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 21:13:44 2025 |
tree | 31f89c08a349c1ce6840559a7b19aca5033a4989 | |
parent | 39c412d52f5ef9319f1a809fcecd38ad74073969 [diff] |
ash: Fix kiosk launch crash with misconfigured user The crash happens when the previous kiosk launch fails at cryptohome mount stage. That would leave the kiosk user as misconfigured and will be removed on the next chrome run. However, kiosk users are only added when loading user list. Once removed, the user type could not be determined correctly. The code would fallback to regular user login code path and crash. The CL skips removing kiosk users from user list even if they are in marked as misconfigured. Bug: 403354377 Change-Id: I7c19228c53d6685a34abaa4c3a88e81636b9cf06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357166 Reviewed-by: Edman Anjos <edman@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1435088}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.