diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-21 16:56:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 16:56:56 +0200 |
commit | e395a8ba524a9a3b2ad664bc8a9b108374762035 (patch) | |
tree | 7a56f774165fc9eff53e14be0d91a81afa866197 /vendor/github.com/seccomp/containers-golang/README.md | |
parent | 835d2644b85a70d8483df44e93397beabf6518a0 (diff) | |
parent | e51bccec0ca8d23c2b70006f1557f106b7722ee4 (diff) | |
download | podman-e395a8ba524a9a3b2ad664bc8a9b108374762035.tar.gz podman-e395a8ba524a9a3b2ad664bc8a9b108374762035.tar.bz2 podman-e395a8ba524a9a3b2ad664bc8a9b108374762035.zip |
Merge pull request #6308 from giuseppe/update-seccomp-containers-golang
vendor: update seccomp/containers-golang to v0.4.1
Diffstat (limited to 'vendor/github.com/seccomp/containers-golang/README.md')
-rw-r--r-- | vendor/github.com/seccomp/containers-golang/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/github.com/seccomp/containers-golang/README.md b/vendor/github.com/seccomp/containers-golang/README.md index 1012baec3..a44238432 100644 --- a/vendor/github.com/seccomp/containers-golang/README.md +++ b/vendor/github.com/seccomp/containers-golang/README.md @@ -1,9 +1,13 @@ +# 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 default.json file, which containes 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. + 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 @@ -13,13 +17,9 @@ seccomp (short for secure computing mode) is a BPF based syscall filter language When developing this library, please use `make` (or `make … BUILDTAGS=…`) to take advantage of the tests and validation. -## License - -ASL 2.0 - ## Contact -- IRC: #[CRI-O](irc://irc.freenode.net:6667/#cri-o) on freenode.net +- 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 |