aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/container.go')
-rw-r--r--container/container.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/container/container.go b/container/container.go
index bb60c23e..d76a0907 100644
--- a/container/container.go
+++ b/container/container.go
@@ -263,6 +263,8 @@ func (p *Container) Start() error {
CAP_SYS_ADMIN,
// drop capabilities
CAP_SETPCAP,
+ // bring up loopback interface
+ CAP_NET_ADMIN,
// overlay access to upperdir and workdir
CAP_DAC_OVERRIDE,
},