Andrei Budnik created MESOS-9614:
------------------------------------

             Summary: Implement filtering of Seccomp rules by kernel version.
                 Key: MESOS-9614
                 URL: https://issues.apache.org/jira/browse/MESOS-9614
             Project: Mesos
          Issue Type: Task
          Components: containerization
            Reporter: Andrei Budnik


The most recent Docker profile allows specify filtering by kernel version, e.g:
{code:java}
{
        "names": [
                "ptrace"
        ],
        "action": "SCMP_ACT_ALLOW",
        "args": null,
        "comment": "",
        "includes": {
                "minKernel": "4.8"
        },
        "excludes": {}
},
{code}
We need to add support for `minKernel` filter.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to