-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68021/
-----------------------------------------------------------
(Updated Aug. 6, 2018, 1:39 p.m.)
Review request for mesos, Gilbert Song, Jie Yu, James Peach, and Qian Zhang.
Bugs: MESOS-9035
https://issues.apache.org/jira/browse/MESOS-9035
Repository: mesos
Description
-------
This patch introduces `linux/seccomp` isolator which is used for
preparing `ContainerSeccompProfile` for the Mesos containerizer
launcher. If the `ContainerConfig` message has an info about Seccomp
profile name, then this info will be used to locate a Seccomp profile.
The given Seccomp profile is parsed and the resulting
`ContainerSeccompProfile` is stored in the `ContainerLaunchInfo`
message.
Diffs
-----
src/CMakeLists.txt 10b0946d6f49c7e9c201bad6f9f1b41cc8460fe5
src/Makefile.am ecb95ef152fd37e5e83c4f6415489f4cf3959578
src/slave/containerizer/mesos/containerizer.cpp
98129d006cda9b65804b518619b6addc8990410a
src/slave/containerizer/mesos/isolators/linux/seccomp.hpp PRE-CREATION
src/slave/containerizer/mesos/isolators/linux/seccomp.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/68021/diff/2/
Testing
-------
Thanks,
Andrei Budnik