summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-06-09 09:22:01 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-06-09 09:22:01 +0200
commit78430ee1d45bc47db05e802f09b80f1aac421702 (patch)
tree983053015e61bfa2e4bee051425453a185e04396 /vendor
parentc7e96edfb2a5a6187fbbf066d9fe9ae02686be9c (diff)
downloadpodman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.gz
podman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.bz2
podman-78430ee1d45bc47db05e802f09b80f1aac421702.zip
[v3.2] vendor containers/common@v0.38.6
Fixes the seccomp-profile regression in v3.2 Fixes: #10556 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/containers/common/pkg/config/default.go1
-rw-r--r--vendor/github.com/containers/common/version/version.go2
-rw-r--r--vendor/modules.txt2
3 files changed, 2 insertions, 3 deletions
diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go
index 04aaac94d..78312be23 100644
--- a/vendor/github.com/containers/common/pkg/config/default.go
+++ b/vendor/github.com/containers/common/pkg/config/default.go
@@ -197,7 +197,6 @@ func DefaultConfig() (*Config, error) {
NoHosts: false,
PidsLimit: DefaultPidsLimit,
PidNS: "private",
- SeccompProfile: SeccompDefaultPath,
ShmSize: DefaultShmSize,
TZ: "",
Umask: "0022",
diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go
index c9e080c8d..211cf3a5a 100644
--- a/vendor/github.com/containers/common/version/version.go
+++ b/vendor/github.com/containers/common/version/version.go
@@ -1,4 +1,4 @@
package version
// Version is the version of the build.
-const Version = "0.38.5"
+const Version = "0.38.6"
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 7a677c69e..9dfcce8b8 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -91,7 +91,7 @@ github.com/containers/buildah/pkg/overlay
github.com/containers/buildah/pkg/parse
github.com/containers/buildah/pkg/rusage
github.com/containers/buildah/util
-# github.com/containers/common v0.38.5
+# github.com/containers/common v0.38.6
github.com/containers/common/libimage
github.com/containers/common/libimage/manifests
github.com/containers/common/pkg/apparmor