diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-11 13:34:59 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-11 13:37:37 -0400 |
commit | 08cc87636e456a084f6c4e70fe183bbec956b561 (patch) | |
tree | 011f74eca8389c5f5bf4c5344a86e8eb810b0628 /vendor/github.com/seccomp/containers-golang/README.md | |
parent | 4f040070b6e9e2213b1fb6daa1502353c90e172d (diff) | |
download | podman-08cc87636e456a084f6c4e70fe183bbec956b561.tar.gz podman-08cc87636e456a084f6c4e70fe183bbec956b561.tar.bz2 podman-08cc87636e456a084f6c4e70fe183bbec956b561.zip |
Vendor in containers/buildah 1.16.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/seccomp/containers-golang/README.md')
-rw-r--r-- | vendor/github.com/seccomp/containers-golang/README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/seccomp/containers-golang/README.md b/vendor/github.com/seccomp/containers-golang/README.md deleted file mode 100644 index a44238432..000000000 --- a/vendor/github.com/seccomp/containers-golang/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# containers-golang - -[![CircleCI](https://circleci.com/gh/seccomp/containers-golang.svg?style=shield)](https://circleci.com/gh/seccomp/containers-golang) - -`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][cri-o], [Buildah][buildah], [Podman][podman] and [Docker][docker], and container runtimes like OCI [Runc][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 - -- IRC: #[containers](irc://irc.freenode.net:6667/#containers) on freenode.net - -[cri-o]: https://github.com/kubernetes-incubator/cri-o/pulls -[buildah]: https://github.com/projectatomic/buildah -[podman]: https://github.com/projectatomic/podman -[docker]: https://github.com/docker/docker -[runc]: https://github.com/opencontainers/runc - |