[roll] Roll fuchsia [security] Add go stdlib tests to allowlist

While fixing up devfs, I discovered these tests were using /dev/null in
their sandbox. My fixes prevent /dev/null from acting as a directory so
it wasn't getting added to the test's namespace, causing it to fail.
It's necessary to route /dev into the incoming namespace instead.

Ideally these tests would be using isolated-devmgr instead, but it's not
supported for go tests.

Test: fx test go-os-test.cm
Test: fx test go-exec-test.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582961
Original-Revision: 113bf1bd0eb1084d06aab90f15b979d3e88bd59a
GitOrigin-RevId: 144cad3d01dd8330bde76448a35a05130ed0dd8d
Change-Id: I575230c80872d91df22c4cadf2353255c16c84c2
1 file changed
tree: 2b2964f9e65c3fc2751af18b0d59996ff7c27695
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.