[roll] Roll fuchsia [starnix][selinux] Store security context-related mount options

This change introduces storage of filesystem mount options that are
relevant to determining filesystem security contexts. In terms of
functionality, there should be no change because code paths that depend
on filesystem security contexts continue to look it them up in the same
way. Follow-up work will make appropriate use of all the
`(def|fs|root)?context=` mount options that affect labeling filesystems
and the file-like objects they contain.

Original-Bug: b/334093396
Test: fx test fuchsia-pkg://fuchsia.com/starnix-tests#meta/starnix-tests.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034392
Original-Revision: af74153428441b60c12f0a62776ed12fa588cb54
GitOrigin-RevId: e54962490a7434efbf39c09bed6b860c37007e97
Change-Id: I9ed6e8460ae3c2d4eb10eb92643c7a58f8c5c8f4
1 file changed
tree: f2ab763bab933276d18e22e042f8dc43a8b3921f
  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.