[roll] Roll fuchsia [sestarnix] Set the class of anon_inodes created before policy load

fs_node_init_anon() will now apply the FileClass::AnonFsNode class
to the `FsNode` even if no policy has yet been loaded. This ensures
that the labeling logic does not attempt to derive a class from the
file-mode of the `FsNode`, and will make it simpler to fold the
"anon_inode" logic into the general labeling logic in future.

The `AnonFs` is also re-named to "anon_inodefs" for compatibility
with SELinux policies' labeling statements.

Original-Bug: 405062002
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1232984
Original-Revision: 8701f3c65d3ada29d505e35bbfe0a44788758af2
GitOrigin-RevId: ed1435594acac7c487bbc8b6f8edafffbf28cdea
Change-Id: Ic5c4691a6575f44ae5ddb2f5efb561ce66cb785b
1 file changed
tree: c4659065f5569c171b786f4871ecde9e1f1ba952
  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.