[roll] Roll fuchsia [starnix][selinux] Add fs_node_set/getsecurity() hooks

fs_node_setsecurity() allows the security module to update state
associated with the in-memory representation of a file system node
whenever its value is modified.

fs_node_getsecurity() allows the security module to answer queries
for the security attribute of any file node by returning the
Security Context that it is labelled with. This allows userspace
tooling to query the security labels on files, if necessary,
regardless of whether the file system actually supports xattrs,
or was mounted with fs_use_xattr labelling.

If SELinux is not enabled, or some other "security.*" is accessed
then the hooks delegate to the underlying FsNodeOps.

Original-Bug: b/351195217
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1092232
Original-Revision: 3e184f70a426bdc15840cded68e1b178ea020081
GitOrigin-RevId: 2d3a97c2ccf07f92d604f7d3d9d5a6bc762ae111
Change-Id: I804895d8a3a36903af03fc16afc1aeaa52b75e7a
1 file changed
tree: 8e362e11da80fcb5c3da55852e238d097f7f6d78
  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 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.