Skip to content
Snippets Groups Projects
Commit 0ab01434 authored by Scott Graham's avatar Scott Graham Committed by CQ bot account: commit-bot@chromium.org
Browse files

[rights] Add MANAGE_PROCESS to DEFAULT_JOB, MANAGE_THREAD to DEFAULT_PROCESS

Add PROCESS management to jobs by default, add THREAD management to
processes by default. The logic here is that job handles need to be able
to create processes inside themselves, and that process need to be able
to create threads inside themselves.

Additionally, accept MANAGE_PROCESS on a job as sufficient to
process_create() with a fallback to WRITE for all the exisiting callers
that are calling with WRITE.

ZX-2967 #comment [rights] Add MANAGE_PROCESS to DEFAULT_JOB, MANAGE_THREAD to DEFAULT_PROCESS

Test: CQ including garnet and topaz
Change-Id: Icf767a369299596c2d5974225fb9e31fa59a923b
parent a430b241
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment