summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-04-22 06:55:29 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-04-22 06:57:06 -0400
commit4494ec6f04eefd70b7b74aa8f884719e5a5f0467 (patch)
tree3c03b49dcb7aa46b6d413d0bb60267447fa0c556 /vendor
parentea63f7076af6d2ad3213eeccbf30ccce216a830e (diff)
downloadpodman-4494ec6f04eefd70b7b74aa8f884719e5a5f0467.tar.gz
podman-4494ec6f04eefd70b7b74aa8f884719e5a5f0467.tar.bz2
podman-4494ec6f04eefd70b7b74aa8f884719e5a5f0467.zip
vendor in containers/common v0.9.4
This will change the default of UserNS to false Also turn on tests for create_staticip_test.go run_device_test.go, run_selinux_test.go Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/containers/common/pkg/config/default.go2
-rw-r--r--vendor/modules.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go
index 8b87d3725..d0f8649c5 100644
--- a/vendor/github.com/containers/common/pkg/config/default.go
+++ b/vendor/github.com/containers/common/pkg/config/default.go
@@ -173,7 +173,7 @@ func DefaultConfig() (*Config, error) {
SeccompProfile: SeccompDefaultPath,
ShmSize: DefaultShmSize,
UTSNS: "private",
- UserNS: "private",
+ UserNS: "host",
UserNSSize: DefaultUserNSSize,
},
Network: NetworkConfig{
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 428812cc6..ba7990fb7 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -82,7 +82,7 @@ github.com/containers/buildah/pkg/secrets
github.com/containers/buildah/pkg/supplemented
github.com/containers/buildah/pkg/umask
github.com/containers/buildah/util
-# github.com/containers/common v0.9.2
+# github.com/containers/common v0.9.4
github.com/containers/common/pkg/apparmor
github.com/containers/common/pkg/auth
github.com/containers/common/pkg/capabilities