[roll] Roll fuchsia [loadbench] Switch to using the ProfileResource This is part of the ProfileProvider deprecation effort. The loadbench shell package currently uses the ProfileProvider service to create a bunch of threads with varying deadlines and priorities. We could switch this over to using the `RoleManager` and define a bunch of roles for this use case, but that's a very unwieldy setup for a shell package stress test. Since this binary is only used in an SSH shell, we can just create profiles directly with the Profile resource. Note that I did have to modify the security policy to allow the `ProfileResource` to be routed to sshd, but seeing as this is a very small subset of the privileges granted to the sshd component already (e.g. the root job and root resource), I don't think this increases our attack surface. Original-Bug: 323262398 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/991681 Original-Revision: 0112a4d8390e792f475cd9ff398ea2ddc0fc65c0 GitOrigin-RevId: 4acedd53991cdf5cb14cf480f9a79583e5c78244 Change-Id: I742f62ccf957c5e8c32855369f4ebcbd1862beb8
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.