[roll] Roll fuchsia [starnix][selinux] Initial file-create security context algorithm

This change implements a (somewhat incomplete) algorithm for computing
the security context of newly created files.

The algorithm does not know how to interpret one of the default range
enum values (`ClassDefaultRange::DEFAULT_UNKNOWN_USED_VALUE` appears in
known policies, but we have yet to determine its interpretation). It
also does not account for `*_transition` statements that should cause a
transition to a new context when the object is created.

Original-Bug: b/322353836
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/986275
Original-Revision: 9caec1bf74f26a63277a539dbc8f6c69e5c7f1b5
GitOrigin-RevId: b7c0a16c084ef7b11a89d7f3067ef7f8504b5fc0
Change-Id: Ibade90181284d677a39602ae18c9e3526a8ebb90
1 file changed
tree: aa6acaedc471383a1b0aac1d40048a31dfafcc29
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.