----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68021/#review211985 -----------------------------------------------------------
Fix it, then Ship it! src/slave/containerizer/mesos/isolators/linux/seccomp.cpp Lines 17-18 (patched) <https://reviews.apache.org/r/68021/#comment297564> A newline between. src/slave/containerizer/mesos/isolators/linux/seccomp.cpp Lines 61 (patched) <https://reviews.apache.org/r/68021/#comment297567> Can we have a more explicit error message here? Like `The default seccomp profile is invalid: ...`. src/slave/containerizer/mesos/isolators/linux/seccomp.cpp Lines 97 (patched) <https://reviews.apache.org/r/68021/#comment297568> Missing Seccomp profile name for container xxx. src/slave/containerizer/mesos/isolators/linux/seccomp.cpp Lines 100 (patched) <https://reviews.apache.org/r/68021/#comment297569> I do not think we need `Option<std::string>` here. - Qian Zhang On Nov. 8, 2018, 11:24 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68021/ > ----------------------------------------------------------- > > (Updated Nov. 8, 2018, 11:24 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 bde070445b644e15d46c390d1c983caabaa1fec8 > src/Makefile.am 7a4904a3d67479267087fd2313a263d8218843fa > src/slave/containerizer/mesos/containerizer.cpp > a5cf2da55c046c5c45e0c2ca3400f64de12de62b > 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/12/ > > > Testing > ------- > > > Thanks, > > Andrei Budnik > >
