Hi Folks, Here is the design doc for Seccomp support in Mesos: https://docs.google.com/document/d/146FJJ0sDi1sp_HQxVUg-vhqVSTEsdCeD4If3b1xCeec
Seccomp is a security facility in the Linux kernel, which allows a user to specify syscall filtering rules per a process. This design doc includes various aspects of the implementation of Seccomp in Mesos, including choice of the configuration format for Seccomp profile. Thanks for your time reviewing and providing feedback for the design! Cheers, Andrei