소스 검색

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",