commit | 2697ba5b355f18eccfc25910ceb6ac87ad44be7f | [log] [tgz] |
---|---|---|
author | Joshua Pawlicki <waffles@chromium.org> | Thu Jan 06 18:45:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 06 18:45:33 2022 |
tree | 37deb458a88b45ad235d77a713896e0c1265b087 | |
parent | b5614f3ef32562136410cea55602cf827dfba889 [diff] |
Updater: reject XPC connections from other users. Ideally, this prevents other users from getting the updater to do anything they themselves couldn't, at least on the RPC seam. Some RPC functions are exempt from this control. Fixed: 1189647 Change-Id: Ifa8b5e3d280db8b20fffd97bf09943f070bf866b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3330597 Reviewed-by: Robert Sesek <rsesek@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Reviewed-by: Xiaoling Bao <xiaolingbao@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/main@{#956188}
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.