From e8762bfe39531309327138d93c0b586f8b9cea99 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 11 Jul 2014 00:30:56 +0000 Subject: [PATCH] add FSETID back to the caps whitelist Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- daemon/execdriver/native/template/default_template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template.go index d0894a0c9..cc5cc4f42 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",