spiegel_podman/vendor/github.com/seccomp/containers-golang
Daniel J Walsh 52b14a2218
Update vendor of buildah to latest code
Fix podman build man pages to match buildah functionality.

Also document .dockerignore formatted files.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-08-25 08:13:28 -04:00
..
.gitignore vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00
conversion.go Update vendor of buildah to latest code 2020-08-25 08:13:28 -04:00
go.mod Update vendor of buildah to latest code 2020-08-25 08:13:28 -04:00
go.sum Update vendor of buildah to latest code 2020-08-25 08:13:28 -04:00
LICENSE vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00
Makefile vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00
README.md vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00
seccomp.json Bump github.com/seccomp/containers-golang from 0.4.1 to 0.5.0 2020-06-05 06:23:08 -04:00
seccomp_default_linux.go Update vendor of buildah to latest code 2020-08-25 08:13:28 -04:00
seccomp_linux.go vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00
seccomp_unsupported.go Update vendor of buildah to latest code 2020-08-25 08:13:28 -04:00
types.go vendor: update seccomp/containers-golang to v0.4.1 2020-05-21 16:16:09 +02:00

containers-golang

CircleCI

containers-golang is a set of Go libraries used by container runtimes to generate and load seccomp mappings into the kernel.

seccomp (short for secure computing mode) is a BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by, application developers.

Building

make - Generates seccomp.json file, which contains the whitelisted syscalls that can be used by container runtime engines like CRI-O, Buildah, Podman and Docker, and container runtimes like OCI Runc to controll the syscalls available to containers.

Supported build tags

seccomp

Contributing

When developing this library, please use make (or make … BUILDTAGS=…) to take advantage of the tests and validation.

Contact