[roll] Roll fuchsia [starnix] Create received VSOCK sockets without create check

Skip the security::check_socket_create_access() check when creating a Socket object for a received VSOCK connection.

Without this the creation attempt will fail due to the kernel task's security domain lacking the `vsock_socket { create }` permission.

Original-Bug: 398699131, 483062166
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1501536
Original-Revision: 27ba2ad9f1d8b37dcd5b0a20333384170cc9a8f8
GitOrigin-RevId: 7932838750fcf33a87a3b6c57658318e729c5d39
Change-Id: I08fbd1094bffabea72a983a77c6dc3f970493916
1 file changed
tree: f11488b1574dda35eb069a11b32ea4508c166b6c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.