commit | 254831f445223e3cd2b0ec1d636f9b042a890348 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Tue Nov 26 18:25:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 18:25:12 2024 |
tree | 8b63c181345cc5c15e274299b1151f5500cb41fa | |
parent | 8ecd68a72fe5c67c55a69c5e68ed2fd9c27d43d0 [diff] |
Ignore local policy changes for CrOS Admin sessions CrOS Admin sessions start on the login screen and allow the remote user to connect to a user session, managed guest session, etc. These sessions may have different local policies than were set prior to logging in and we don't want those changes to trigger a session disconnect. Ideally we would convert these policies into session policies but we aren't going to move to SessionAuthz for this use case so the simplest fix is to disable local policy change notifications if we know the It2Me session is an enterprise session. Bug: 380421478 Change-Id: I2d8f03aefeae0df3faa6ea92db7b9c9cd38f52f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049596 Reviewed-by: Jeroen Dhollander <jeroendh@google.com> Reviewed-by: Ashutosh Singhal <macinashutosh@google.com> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1388345}
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.