commit | 01e6ed43206245716863332926a689cf08907023 | [log] [tgz] |
---|---|---|
author | Maria Petrisor <mpetrisor@chromium.org> | Mon Apr 08 13:19:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 08 13:19:13 2024 |
tree | 20bd77081c6f2769164af3b61468374e3d5e3d4b | |
parent | 50e26bd389894662fbb9bcaf940ae56a691de5a7 [diff] |
Add DeviceExtensionsSystemLogEnabled policy Restrict the usage of the extensions.log system file via a device policy (used on the login screen and MGS). The file is written to via the chrome.systemLog extension API, that will be available to all policy-installed extensions. The device policy defaults to false (admins have to enable it to allow writing into the file). If the policy is disabled, the logs will go to the Device Event Log, a circular buffer that lives in memory and that is reported in feedback reports. The Device Event Log is not persisted between sessions. API proposal: http://go/enterprise-system-log Bug: b:331178198 Change-Id: Ifb2304b76b7709db6861cbd01945484d5004be02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5391311 Reviewed-by: Roland Bock <rbock@google.com> Commit-Queue: Maria Petrisor <mpetrisor@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/main@{#1283840}
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.