-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67201/
-----------------------------------------------------------

(Updated May 22, 2018, 8:42 p.m.)


Review request for mesos and Andrew Schwartzmeyer.


Changes
-------

MesosContainerizerProcess::_launch puts read write pipes into the environment 
which is used to create process. These handles need to be whitelisted as well, 
so pass them down the stack as an option


Bugs: MESOS-8926
    https://issues.apache.org/jira/browse/MESOS-8926


Repository: mesos


Description
-------

Whitelist handles that can be inherited by a child process.


Diffs (updated)
-----

  3rdparty/libprocess/include/process/subprocess.hpp 
6a1262340c333b617402637e648c12769827ffc4 
  3rdparty/libprocess/src/subprocess.cpp 
d7a725363251f9c54072cd7551f5598696938308 
  3rdparty/libprocess/src/subprocess_windows.hpp 
c7ed0ad18f5b46a1d5ac2a6e51883aefb7c1692f 
  3rdparty/stout/include/stout/internal/windows/inherit.hpp 
7dbde820e775cbaeb8db4bc4559ab432903e75ea 
  3rdparty/stout/include/stout/os/windows/shell.hpp 
8da612af2888ff4d4d458ea5b16cdb08779b6f4c 
  src/slave/containerizer/mesos/containerizer.cpp 
eac1d16f2388385fec04ff8f013ce0ebf4e97f0f 
  src/slave/containerizer/mesos/launcher.hpp 
f69d934d2e1a129e10df8c7f5c78723e832adc7d 
  src/slave/containerizer/mesos/launcher.cpp 
2fe47d368cb82a46328e1f636baa836272db244c 
  src/slave/containerizer/mesos/linux_launcher.hpp 
0ea9b875ae46cadea483bc8dd8bf4907fd324dc9 


Diff: https://reviews.apache.org/r/67201/diff/7/

Changes: https://reviews.apache.org/r/67201/diff/6-7/


Testing
-------


Thanks,

Radhika Jandhyala

Reply via email to