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

[jira] [Created] (MESOS-9614) Implement filtering of Seccomp rules by kernel version.

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)