[roll] Roll fuchsia [sestarnix] Propagate task-based labels from parent FsNodes to children

Since fxr/1103653 the per-process and per-task directories under
"proc" have been labeled with their associated Task, to reflect their
current security label when queried.

Children of nodes with task-based labels now receive the same label,
unless already labeled, so that most entries under a per-process or
per-task directory will reflect the task's current label.

Original-Bug: 322850026
Test: `cd /proc/1; ls -Z | awk '{print $0 "\n"}'` shows that all the
files are now labeled with `u:r:init:s0`

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1147174
Original-Revision: 1b69a417870cd3e7277c74d7e3a26a30a3b907a7
GitOrigin-RevId: bb120862671cbf5c801e3ef336ba63eb7d2ba21d
Change-Id: I4a21a6283deed4f78e0d1043da68da5d7cbefae7
1 file changed
tree: 0c81e36274a8def96b4737d8bb1cbb6dd4aeac56
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.