diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template.go index d0894a0c9f..cc5cc4f428 100644 --- a/daemon/execdriver/native/template/default_template.go +++ b/daemon/execdriver/native/template/default_template.go @@ -12,6 +12,7 @@ func New() *libcontainer.Config { Capabilities: []string{ "CHOWN", "DAC_OVERRIDE", + "FSETID", "FOWNER", "MKNOD", "NET_RAW",