commit | 9ca8609b81140984a328e42b9271b938c6064c10 | [log] [tgz] |
---|---|---|
author | Omar Morsi <omorsi@google.com> | Tue Mar 09 09:59:19 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 09 09:59:19 2021 |
tree | f81ab02d7ef204efe3036ccf6822733416c32b20 | |
parent | 4af467bbedf81dd6553446df699d17df490f0535 [diff] |
KeyPermissionsService: Delegate corporate flag queries to KPM This CL changes the behavior of KeyPermissionsService when queried for corporate flag of keys on system token. Before this CL, KeyPermissionsService would immediately reply that all system token keys are corporate. With this CL, the check of whether a key on the system token is corporate or not will be delegated to the KeyPermissionsManager (KPM) so that the knowledge of "all system token keys are by default allowed for corporate usage" resides only in one place - KPM. This will make it easier for future changes in this behavior (as now it is only kept in one place) and for centralizing key permissions management. Bug: 1183708 Change-Id: I01d1332827a6bcb5e501adbf0695f8df07c86fd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2741064 Reviewed-by: Pavol Marko <pmarko@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#861085}
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.