浏览代码

Merge pull request #6970 from vieux/add_FSETID

add FSETID back to the caps whitelist
Michael Crosby 11 年之前
父节点
当前提交
b39fb160c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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",