[roll] Roll fuchsia [sestarnix] Add permissions checks to fs_node_setsecurity()

When a file node's "security.selinux" xattr is modified, the system
validates that the task has "relabelfrom" and "relabelto" rights to
the new and old Security Contexts, respectively.

The new Security Context should also be checked for the "associate"
permission to the file-system; this check is made, but the result
ignored, until correct file-system labels are implemented.

Original-Bug: 351195217, 355180447
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1112132
Original-Revision: ef955fef3cb849bd17334b626d72b801dcb3e13b
GitOrigin-RevId: f5267470dabeccd13557f114247e3e4959d7a323
Change-Id: Ia08a82cf39ad65f34755c6ec0080eefb308b7af4
1 file changed
tree: d91e4d69b4b105bc257e0c04bdd8c471287cbf7e
  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.