diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template.go index 5c41603428..ba52499c24 100644 --- a/daemon/execdriver/native/template/default_template.go +++ b/daemon/execdriver/native/template/default_template.go @@ -17,6 +17,9 @@ func New() *libcontainer.Container { "NET_RAW", "SETGID", "SETUID", + "SETFCAP", + "SETPCAP", + "NET_BIND_SERVICE", }, Namespaces: map[string]bool{ "NEWNS": true,