moby--moby/profiles/seccomp
Kir Kolyshkin 0d496e3d71 profiles/seccomp: improve profile conversion
When translating seccomp profile to opencontainers format, a single
group with multiple syscalls is converted to individual syscall rules.
I am not sure why it is done that way, but suspect it might have
performance implications as the number of rules grows.

Change this to pass a groups of syscalls as a group.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-06-18 17:58:51 -07:00
..
fixtures Fix seccomp profile for clone syscall 2019-06-04 15:28:12 +02:00
default.json Fix seccomp profile for clone syscall 2019-06-04 15:28:12 +02:00
generate.go New seccomp format 2016-09-01 11:53:07 +02:00
seccomp.go profiles/seccomp: improve profile conversion 2019-06-18 17:58:51 -07:00
seccomp_default.go Fix seccomp profile for clone syscall 2019-06-04 15:28:12 +02:00
seccomp_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
seccomp_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00