[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.