aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/hst.go')
-rw-r--r--hst/hst.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/hst/hst.go b/hst/hst.go
index 92769a23..6e77dc98 100644
--- a/hst/hst.go
+++ b/hst/hst.go
@@ -79,7 +79,8 @@ func Template() *Config {
Hostname: "localhost",
Devel: true,
Userns: true,
- Net: true,
+ HostNet: true,
+ HostAbstract: true,
Device: true,
WaitDelay: -1,
SeccompFlags: seccomp.AllowMultiarch,