[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
1 file changed
tree: 0350c5abe9939a05c7e2ba52febeb6302c7d3aa5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.