| commit | 5dfd5f8f8543a2d12f7722aed27ba1bb42f59f52 | [log] [tgz] |
|---|---|---|
| author | Cassy Chun-Crogan <cassycc@google.com> | Tue May 09 03:15:10 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 09 03:15:10 2023 |
| tree | f4c77a286debaaebbef24239c2e70e8c0b738fdf | |
| parent | 6adc5f95ea2a82013cdd058a42ae4f25fcb34117 [diff] |
Prevent cross copy/move to ODFS when there is a managed user Prevent files being copied or moved to ODFS if there is a managed user present amongst other logged in users. This ensures that managed user's files can't be leaked to a non-managed user's ODFS. This situation can occur due to the "Multi-user sign-in" feature [1] which is currently being deprecated. This change can be removed (b/280947989) once the feature is fully deprecated. [1] https://sites.google.com/corp/google.com/lacros/faqs/multi-something Bug: b:278644796 Testing: Manual test Change-Id: I46337eff132c27f5ac9df98da72a844653bf9117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4505401 Reviewed-by: Jeremie Boulic <jboulic@chromium.org> Commit-Queue: Cassy Chun-Crogan <cassycc@google.com> Cr-Commit-Position: refs/heads/main@{#1141160}
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.