[roll] Roll fuchsia [tee] Implement .._ANY_OWNER behavior for TEE_CheckMemoryAccessRights

This implements the TEE_MEMORY_ACCESS_ANY_OWNER behavior for
TEE_CheckMemoryAccessRights which checks if a range contains any memory
which may be accessible outside of the trusted execution environment,
such as memory shared with a host. This is implemented conservatively by
checking if the queried range contains any mapped buffer parameters as
these may be backed by shared memory in the future.

Original-Fixed: 384584494
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1199255
Original-Revision: 42b095efc11d636d3b89021abe8aab2a58089927
GitOrigin-RevId: ca853e78314fcdf171014a73c752f0798e561bb4
Change-Id: I79937db45042dec10b8a2b2128de5b4cad421744
1 file changed
tree: 6804103fe62bb9f7a137464b42440dc119abfc7d
  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 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.