瀏覽代碼

Merge pull request #7179 from LK4D4/add_cap_audit_write_#6345

Add AUDIT_WRITE cap
Michael Crosby 11 年之前
父節點
當前提交
2ed10eae5b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      daemon/execdriver/native/template/default_template.go

+ 1 - 0
daemon/execdriver/native/template/default_template.go

@@ -23,6 +23,7 @@ func New() *libcontainer.Config {
 			"NET_BIND_SERVICE",
 			"SYS_CHROOT",
 			"KILL",
+			"AUDIT_WRITE",
 		},
 		Namespaces: map[string]bool{
 			"NEWNS":  true,