Skip to content

Commit 0e0a18d

Browse files
authored
Merge pull request #122 from giuseppe/default-no-userns
config: change default for userns to host
2 parents 8c272dc + 64fb69e commit 0e0a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func DefaultConfig() (*Config, error) {
173173
SeccompProfile: SeccompDefaultPath,
174174
ShmSize: DefaultShmSize,
175175
UTSNS: "private",
176-
UserNS: "private",
176+
UserNS: "host",
177177
UserNSSize: DefaultUserNSSize,
178178
},
179179
Network: NetworkConfig{

0 commit comments

Comments
 (0)