commit | 1617f637380ee38039b1a650d4f417c11d8dcb5e | [log] [tgz] |
---|---|---|
author | Luis Hector Chavez <[email protected]> | Tue Aug 01 18:32:30 2017 -0700 |
committer | Luis Hector Chavez <[email protected]> | Mon Aug 14 14:59:25 2017 -0700 |
tree | 9b1236bf9f60396a538e63d6f13b4e9ca1dc1176 | |
parent | e0ba4cebe680a5076623c7f00e419c7def72931e [diff] |
minijail: Add a way to allow arbitrary fd redirects This change allows for the parent to redirect arbtitrary file descriptors into the child, in a way that works even when the minijail_close_open_fds() is used. This can be used to pass in additional pipes to the jailed process. Bug: 63904978 Test: make tests Change-Id: Ia47eec575c92a08eb5380cc15dc4561572a209b3