Issue metadata
Sign in to add a comment
|
Add hooks for shared memory creation |
||||||||||||||||||||||
Issue descriptionThis would allow shared memory creation to be brokered by Mojo as needed in sandboxed processes.
,
Aug 22
Actually not, this issue was created because of the fix for crbug.com/872778 :) The fix for 872778 adds brokered creation methods to mojo, and adds comments to base referring to mojo. This bug is a possible next step, to add hooks to base so that brokering can be done directly. I personally think this is going to be hard in practice: most brokering implementations are going to use mojo, and so this will end up adding a practical dependency on mojo anyway. But I have to think about it more.
,
Aug 22
I think it's OK if the injected implementation depends on Mojo. The point of this is so that individual callers can have a consistent interface to create shared memory, rather than having to remember to sometimes go through Mojo. The consistent interface will Just Work because the bootstrap process should configure the hooks as needed for a given process type.
,
Aug 23
,
Oct 17
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by alexilin@chromium.org
, Aug 22Status: Duplicate (was: Available)