[roll] Roll fuchsia [sestarnix] Unify compute_create_context API

Replaces `compute_create_context` and `compute_create_context_with_name`
(and `compute_new_fs_node_sid` helpers) with a single unified API that
accepts a target object `name: &[u8]` slice.

Passing an empty slice (`&[]`) evaluates standard nameless creation
transitions, while a non-empty slice evaluates filename-based
transition rules first. This removes duplicate API entrypoints and
simplifies `SecurityServer`, `PermissionCheck`, and `AccessVectorCache`.

Additionally updates SELinuxFS `/sys/fs/selinux/create` to parse and
pass optional trailing filename arguments to `compute_create_sid_raw`
instead of returning `ENOTSUP`.

Original-Original-Bug: 527401888
Test: fx test starnix-selinux-unit-tests
TAG: agy
CONV: dcb536c7-19df-4835-aed2-866ffd287edf
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1744093
Original-Original-Revision: 22288c2c4eb64f25e93a83c15e61fc984d138a2d
GitOrigin-RevId: 33e8b8013e1e38449a2a9469867449e449c1e053
Change-Id: Id5fab2e486bd641342585e9782e01a6acf0167b7
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1746430
Cr-Commit-Position: refs/heads/main@{#198822}
1 file changed
tree: 324a3fe32022c6816c8982b53df8e81b63b085cd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.