Browse Source

Merge pull request #6970 from vieux/add_FSETID

add FSETID back to the caps whitelist
Michael Crosby 11 years ago
parent
commit
b39fb160c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      daemon/execdriver/native/template/default_template.go

+ 1 - 0
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",