Add AUDIT_WRITE cap
This commit is contained in:
Michael Crosby
2014-07-24 10:02:44 -07:00

View File

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