[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.