You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2019/07/19 02:50:00 UTC

[jira] [Created] (MESOS-9898) Add framework control over the no-new-privileges flag.

James Peach created MESOS-9898:
----------------------------------

             Summary: Add framework control over the no-new-privileges flag.
                 Key: MESOS-9898
                 URL: https://issues.apache.org/jira/browse/MESOS-9898
             Project: Mesos
          Issue Type: Improvement
          Components: containerization, HTTP API
            Reporter: James Peach


Following on from MESOS-9770, we can add framework control over whether the no-new-privileges flag. 

The implementation is to add a `no_new_privileges` boolean to the {{SeccompInfo}} message that will allow a framework to toggle it on and off. This means that the seccomp isolator must be ordered after the nnp isolator so that it has priority (last writer wins in a protobuf merge). The nnp isolator will still unconditionally set the flag.

Design doc: https://docs.google.com/document/d/1x9S94-P0-nsXHGrwY4BHZ_NEC_bTFMIsDkxxaTd5Vok/edit?usp=sharing



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)