[roll] Roll fuchsia [starnix] Have WRITE permission for set_content_size

Modifying the content size is a modification to the VMO and is supposed
to require the WRITE permission, as per RFC-0238. This changes the
SLICE, which is not writable, to a writable clone, which will allow the
kernel to begin enforcing the permission.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1241186
Original-Revision: 14e02a9408a8894d5c53646e9b6cba4ea600e40f
GitOrigin-RevId: 9bcb0651c56c29c3ebd0e9964d924ec01e51d922
Change-Id: I895b75e06c36fd02a330a8b1188a51a94474f905
1 file changed
tree: a1c8275e33e59d72fc8b79fbfa53c127f6eda5d3
  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.