diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-25 08:12:18 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-25 08:13:28 -0400 |
commit | 52b14a2218952b41633909d282e5bc135ef651bb (patch) | |
tree | 9e7e9b6727cf9705b3b34800208084f77d436250 /vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go | |
parent | 8fdc1169546421a239644159bbaf38db407f2b0f (diff) | |
download | podman-52b14a2218952b41633909d282e5bc135ef651bb.tar.gz podman-52b14a2218952b41633909d282e5bc135ef651bb.tar.bz2 podman-52b14a2218952b41633909d282e5bc135ef651bb.zip |
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>
Diffstat (limited to 'vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go')
-rw-r--r-- | vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go b/vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go index 2e3e337ac..86c73bf99 100644 --- a/vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go +++ b/vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go @@ -45,7 +45,7 @@ func arches() []Architecture { } } -// DefaultProfile defines the whitelist for the default seccomp profile. +// DefaultProfile defines the allowlist for the default seccomp profile. func DefaultProfile() *Seccomp { einval := uint(syscall.EINVAL) |