-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51930/
-----------------------------------------------------------
(Updated Sept. 20, 2016, 5:39 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Removed conditional compilation.
Bugs: MESOS-5275
https://issues.apache.org/jira/browse/MESOS-5275
Repository: mesos
Description
-------
This change introduces Linux capability-based security the Mesos
exector. A new flag `capabilities` is introduced to optionally specify
the capabilities tasks launched by the Mesos executor are allowed to
use.
Diffs (updated)
-----
src/launcher/executor.cpp 5370634ef9e6f3ac9717fed71f6a77707026a16a
src/launcher/posix/executor.hpp 9e467263dcc0623fce83b18887896547db9aa16b
src/launcher/posix/executor.cpp 7c40ebebb983b7977526fee123bf07c86fbb5e50
Diff: https://reviews.apache.org/r/51930/diff/
Testing
-------
Tested as part of https://reviews.apache.org/r/50271/ on ubuntu-14.04 w/
gcc-4.8.4 w/o optimizations.
Thanks,
Benjamin Bannier