[roll] Roll fuchsia [starnix][selinux] Better support retain policy + parse data

The `Policy` parser output and `ByValue` parse strategy should make it
easy for clients to retain ownership of the data being parsed and the
parser output. Before this change, doing so was impossible using the
provided APIs.

The modified API affords the following:

```
let raw_data: Vec<u8> = ...;
let parsed_policy = Policy::parse(ByValue::new(raw_data.as_slice()))?;
...
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/970152
Original-Revision: 5844810d353ff72cc383f86dc4ddac8c520f6d4b
GitOrigin-RevId: 0c279537aa0bab5eeea9fb448f4527a5575c92fc
Change-Id: I784cc7cbcbc665855dc143c0667736ab3df9bec7
1 file changed
tree: b45f435d141207549c8513fff1fc3996bb084e11
  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.