[roll] Roll fuchsia [starnix] Reject TSYNC_ESRCH without TSYNC in seccomp

This change ensures that SECCOMP_FILTER_FLAG_TSYNC_ESRCH is only allowed
when SECCOMP_FILTER_FLAG_TSYNC is also specified in the seccomp() system
call. TSYNC_ESRCH is a modifier for TSYNC and does not make sense on its
own.

Original-Bug: 511284013
Test: seccomp_test
Test: starnix_gvisor_seccomp_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1604218
Original-Revision: 3bb4aeb5f9667708ab8b44358700630426045bec
GitOrigin-RevId: 59705e7046762016c6ba2969f4a13eb290849f72
Change-Id: I8f5e19c7a1c87c3bcf98355f780f5cd22ec7bf2b
1 file changed
tree: 074ec580796821b54c09cc595ab1f8343347a189
  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.