aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-25 08:12:18 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-25 08:13:28 -0400
commit52b14a2218952b41633909d282e5bc135ef651bb (patch)
tree9e7e9b6727cf9705b3b34800208084f77d436250 /vendor/github.com/seccomp/containers-golang/seccomp_default_linux.go
parent8fdc1169546421a239644159bbaf38db407f2b0f (diff)
downloadpodman-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.go2
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)