mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
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>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
@@ -173,7 +173,7 @@ func DefaultConfig() (*Config, error) {
|
||||
SeccompProfile: SeccompDefaultPath,
|
||||
ShmSize: DefaultShmSize,
|
||||
UTSNS: "private",
|
||||
UserNS: "private",
|
||||
UserNS: "host",
|
||||
UserNSSize: DefaultUserNSSize,
|
||||
},
|
||||
Network: NetworkConfig{
|
||||
|
||||
Reference in New Issue
Block a user