[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
1 file changed
tree: 1e21b4ca53ac0e2ba5428133e5873e861eb1fad7
  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.