diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template.go index e7d3143df9..3488b2084e 100644 --- a/daemon/execdriver/native/template/default_template.go +++ b/daemon/execdriver/native/template/default_template.go @@ -21,6 +21,7 @@ func New() *libcontainer.Container { "SETPCAP", "NET_BIND_SERVICE", "SYS_CHROOT", + "KILL", }, Namespaces: map[string]bool{ "NEWNS": true,