[roll] Roll fuchsia [starnix][selinux] Move `security_context` into common crate

This change moves the `selinux::security_context` to
`selinux_common::security_context` to facilitate using its types in
`selinux_policy`, which deliberately has no fuchsia-only transitive
dependencies.

This change is in preparation for using security context on a
`selinux_policy` API that can be used to correctly compute SIDs for new
objects according to the underlying policy.

Original-Bug: b/319414455
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/971815
Original-Revision: 90c8afcf5f9e93c3791ed831e34ee9caed8b0da1
GitOrigin-RevId: d481513d91c0cd050d8a01f51427ac8bb16c4b04
Change-Id: I6d80da7efe60e141052600318a2928860dff0a7f
1 file changed
tree: 81abb2cc4537362488ef57a136ec2bc1aaa6db86
  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.