moby--moby/profiles/seccomp
Brian Goff ccbb00c815 Remove dependency in dockerd on libseccomp
This was just using libseccomp to get the right arch, but we can use
GOARCH to get this.
The nativeToSeccomp map needed to be adjusted a bit for mipsle vs mipsel
since that's go how refers to it. Also added some other arches to it.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-09-11 22:48:42 +00:00
..
fixtures profiles: Fix file permissions on json files 2019-09-16 11:15:37 +07:00
default.json Add faccessat2 to default seccomp profile. 2020-08-17 21:13:03 +08:00
default_linux.go Remove dependency in dockerd on libseccomp 2020-09-11 22:48:42 +00:00
generate.go
seccomp_linux.go Remove dependency in dockerd on libseccomp 2020-09-11 22:48:42 +00:00
seccomp_test.go
seccomp_unsupported.go