Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-9614

Implement filtering of Seccomp rules by kernel version.

    XMLWordPrintableJSON

Details

    Description

      The most recent Docker profile allows to specify filtering by kernel version, e.g:

      {
      	"names": [
      		"ptrace"
      	],
      	"action": "SCMP_ACT_ALLOW",
      	"args": null,
      	"comment": "",
      	"includes": {
      		"minKernel": "4.8"
      	},
      	"excludes": {}
      },
      

      We need to add support for `minKernel` filter.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abudnik Andrei Budnik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: