commit | 9136bafbe3d56bf89f3a2c5431c06321da8b12bb | [log] [tgz] |
---|---|---|
author | Wez <wez@fuchsia.infra.roller.google.com> | Wed Aug 21 15:33:51 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 21 08:34:59 2024 -0700 |
tree | 0350c5abe9939a05c7e2ba52febeb6302c7d3aa5 | |
parent | 9cb31616a1c8e3b2aa4fc91f9d11fadc82285476 [diff] |
[roll] Roll fuchsia [sestarnix] Simplify the PermissionCheck API surface Reduce the has_permissions() API to simply has_permission(), since multi-permission checks are vanishingly rare and can be optimized for within the AVC. Single-permission checks make audit logging a little simpler. Also remove support for the PermissionCheck trait with QueryMut, since that is not used anywhere and mutability of cache structures can be hidden behind an immutable temporary interface. Original-Bug: 335397745 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1104893 Original-Revision: 195d9c844584487610b1e17a6b8084e882642978 GitOrigin-RevId: 29927a1bbbf27454fb2eb0f897e15dd55ad35d28 Change-Id: I8e20fdc0d00702aba5874417b6cdd81b4d4328c6
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.