[roll] Roll fuchsia [starnix][selinux] Replace has_permission with has_permissions

Replace the generic `IntoIterator` argument to `has_permissions()`
with a slice argument, to simplify the implementation and allow
Rust to take advantage of the fact that sets of permissions will
always be expressed as static arrays.

`has_permission()` is removed, since `has_permissions()` is
expected to be sufficiently simple to be fast-enough for single-
permission checks.

Original-Bug: 335397745
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1028973
Original-Revision: 2b87afe1fbb954f165c2850daf8cfb5d83e2f74c
GitOrigin-RevId: b0ade7f900055365150c8e0fbed1421aa0e686a9
Change-Id: I3b24cc0b42d620d16bee5ff4cd6e5d8161ebed00
1 file changed
tree: 154050ae1c4a9f468a4a17bf06ff9151975609c7
  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.