-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68019/
-----------------------------------------------------------
(Updated Aug. 6, 2018, 1:38 p.m.)
Review request for mesos, Gilbert Song, Jie Yu, James Peach, and Qian Zhang.
Bugs: MESOS-9105
https://issues.apache.org/jira/browse/MESOS-9105
Repository: mesos
Description
-------
Docker Seccomp config is a JSON file containing Seccomp filtering
rules. This patch introduces a parser for Docker Seccomp config format.
This parser accepts a JSON-string, parses and validates it, then
returns a prepared `ContainerSeccompProfile` message.
Diffs
-----
src/CMakeLists.txt 10b0946d6f49c7e9c201bad6f9f1b41cc8460fe5
src/Makefile.am ecb95ef152fd37e5e83c4f6415489f4cf3959578
src/linux/seccomp/seccomp_parser.hpp PRE-CREATION
src/linux/seccomp/seccomp_parser.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/68019/diff/1/
Testing
-------
Thanks,
Andrei Budnik